Skip to content

Commit

Permalink
Update more.css
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni authored Oct 16, 2023
1 parent 51a8e53 commit 89d8cee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/more.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ html, body {
height: 100%;
}

html {
scroll-behavior: smooth;
}

body {
background: var(--background-color);
color: var(--primary-color);
Expand Down Expand Up @@ -285,4 +289,4 @@ footer a:hover {
border-bottom: 1px solid #343a40;
margin: 0 auto;
color: #000;
}
}

0 comments on commit 89d8cee

Please sign in to comment.