feat: 🩹 apply smooth scrolling across site

This commit is contained in:
Sebin Nyshkim 2025-07-20 17:35:48 +02:00
parent 046f43c45e
commit b7f44ae529
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -2,6 +2,7 @@
:root {
font-family: var(--font-family-copy);
font-size: var(--font-size);
scroll-behavior: smooth;
}
* {