Smoother scroll behavior

This commit is contained in:
2020-05-26 00:36:15 +02:00
parent 82d3e3d018
commit fcfd8330ca

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;