1
0
mirror of https://github.com/helenclx/leilukin-site.git synced 2025-04-05 19:52:40 +00:00

Remove smooth scrolling

This commit is contained in:
Helen Chong 2024-07-27 23:38:35 +08:00
parent 7a6f10d421
commit c657a2d55e

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