1.4 Scroll added

This commit is contained in:
Flatlogic Bot 2025-10-13 11:13:29 +00:00
parent 1fed44012f
commit fb15a0747a

View File

@ -9,6 +9,10 @@
--body-font: 'Lato', sans-serif; --body-font: 'Lato', sans-serif;
} }
html {
scroll-behavior: smooth;
}
body { body {
margin: 0; margin: 0;
font-family: var(--body-font); font-family: var(--body-font);