Refactor scroll behavior in index.scss

This commit is contained in:
dertyp7
2024-01-14 17:51:54 +01:00
parent fc6aa3d8c1
commit df0168b6bd

View File

@@ -27,7 +27,9 @@
}
html {
scroll-behavior: smooth;
@media (min-width: 768px) {
scroll-behavior: smooth;
}
}
h1 {