Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat: Added smooth scroll to index.css (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
heybereket committed Sep 23, 2020
1 parent 812fe6a commit a7f771f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.css
@@ -1,3 +1,7 @@
html {
scroll-behavior: smooth;
}

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
Expand Down

1 comment on commit a7f771f

@vercel
Copy link

@vercel vercel bot commented on a7f771f Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.