Smoother scroll behavior

This commit is contained in:
Lucien Cartier-Tilet 2020-05-26 00:36:15 +02:00
parent 82d3e3d018
commit fcfd8330ca
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -265,6 +265,10 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
outline: none;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;