Add smooth scrolling

This commit is contained in:
hunicus 2022-03-11 16:28:52 -05:00
parent dab6dd4a0e
commit 2d4b824862
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -50,6 +50,7 @@ $dropdown-link-active-bg: #11131f;
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {