Skip to content

Commit

Permalink
Add Smooth Scrolling (#93)
Browse files Browse the repository at this point in the history
* add smooth scrolling

* change .html to html
  • Loading branch information
jamesros161 authored Jul 27, 2023
1 parent 1854058 commit 7fb07a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/scss/boldgrid/_elements.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Smooth Scrolling */
html {
scroll-behavior: smooth;
}

/* Main Padding */
.main {
flex: 1 0 100%;
Expand Down

0 comments on commit 7fb07a1

Please sign in to comment.