Skip to content

Commit

Permalink
adding smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
EliNygard committed May 23, 2024
1 parent 21a6f6c commit ce83b27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/global/scroll.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html {
scroll-behavior: smooth;
}
2 changes: 2 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
@import url("./global/links.css");
@import url("./global/wrapper.css");
@import url("./global/text.css");
@import url("./global/scroll.css");



/* @import url("./components/404.css"); */
Expand Down

0 comments on commit ce83b27

Please sign in to comment.