Skip to content

Commit 8fdd9ec

Browse files
author
Claudio Cortese
committed
Enable smooth scrolling for anchors
1 parent 3597970 commit 8fdd9ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_includes/css/agency.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
55
*/
66

7+
html {
8+
scroll-behavior: smooth;
9+
}
10+
711
body {
812
overflow-x: hidden;
913
font-family: "Chakra Petch", sans-serif;

0 commit comments

Comments
 (0)