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;
min-width: 320px;
word-break: normal;
scroll-behavior: smooth;
}
body {
@include font-smooth;