scroll-behavior: smooth; (#6206)

This commit is contained in:
maTh
2024-03-15 10:43:52 +01:00
committed by GitHub
parent cf29ca19c0
commit 2feb97e9b9
2 changed files with 8 additions and 0 deletions

View File

@@ -53,6 +53,10 @@
url('../fonts/OpenSans.woff') format('woff');
}
html {
scroll-behavior: smooth;
}
html, body {
margin: 0;
padding: 0;

View File

@@ -53,6 +53,10 @@
url('../fonts/OpenSans.woff') format('woff');
}
html {
scroll-behavior: smooth;
}
html, body {
margin: 0;
padding: 0;