Skip to content

Commit 7ded0d7

Browse files
committed
add smooth scroll
1 parent 148a0e9 commit 7ded0d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

79-creative agency website/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ html,
1717
body {
1818
font-family: "Rubik", sans-serif;
1919
color: var(--text-color);
20+
overflow-y: scroll;
21+
scroll-behavior: smooth;
2022
}
2123

2224
.btn {

0 commit comments

Comments
 (0)