Remove smooth scrolling

This commit is contained in:
Leilukin 2024-07-27 23:38:35 +08:00 committed by Helen Chong
parent eaa151141f
commit 59e1998611

View File

@ -1,8 +1,4 @@
/* GENERAL STYLES */
@media (prefers-reduced-motion: no-preference) {
html { scroll-behavior: smooth; }
}
body {
display: flex;
align-items: center;