Skip to content

Commit

Permalink
feat: adding smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarghyadas committed Jan 16, 2025
1 parent 45812c7 commit 2518750
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@
@apply border-border;
}

html {
scroll-behavior: smooth;
}

body {
@apply bg-background text-foreground;
font-feature-settings:
"rlig" 1,
"calt" 1;
scroll-behavior: smooth;
}
}

Expand Down

0 comments on commit 2518750

Please sign in to comment.