added smooth scrolling
All checks were successful
/ deploy (push) Successful in 31s

This commit is contained in:
Daniel Fichtinger 2025-07-14 18:57:19 -04:00
parent 9e58b2c7f9
commit f2309ea7c4

View file

@ -10,6 +10,10 @@
--main-small-text-color: rgba(255, 255, 255, 0.45); --main-small-text-color: rgba(255, 255, 255, 0.45);
} }
html {
scroll-behavior: smooth;
}
body { body {
margin: 0; margin: 0;
line-height: 1.6; line-height: 1.6;