Remove smooth scrolling

This commit is contained in:
Helen Chong 2024-07-27 23:38:35 +08:00
parent 7a6f10d421
commit c657a2d55e
1 changed files with 0 additions and 4 deletions

View File

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