Add smooth scroll to anchors

This commit is contained in:
2022-06-07 14:55:32 +02:00
parent bd8c4e590f
commit 2659131112

View File

@@ -4,6 +4,7 @@ html {
color: #fff; color: #fff;
min-width: 320px; min-width: 320px;
word-break: normal; word-break: normal;
scroll-behavior: smooth;
} }
body { body {
@include font-smooth; @include font-smooth;