Remove smooth scrolling
This commit is contained in:
parent
7a6f10d421
commit
c657a2d55e
|
@ -1,8 +1,4 @@
|
||||||
/* GENERAL STYLES */
|
/* GENERAL STYLES */
|
||||||
@media (prefers-reduced-motion: no-preference) {
|
|
||||||
html { scroll-behavior: smooth; }
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue