Skip to content

Commit

Permalink
feat: smooth scrolling when clicking anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
habby1337 committed Mar 12, 2024
1 parent 60cdecb commit c562cf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
@apply h-screen;
font-family: "IBM Plex Sans", sans-serif;
}
html {
scroll-behavior: smooth;
}
}

.ibm-plex sans-thin {
Expand Down

0 comments on commit c562cf8

Please sign in to comment.