fix scrolling (LAST COMMIT TONIGHT)

This commit is contained in:
Youwen Wu 2023-10-10 23:44:14 -07:00
parent 5354c347e8
commit ea9233857d

View file

@ -9,6 +9,7 @@ body {
width: 100vw;
min-height: 100vh;
background: linear-gradient(180deg, #00152b 0%, #4d89ea 50%, #55cc55 100%);
overflow-x: hidden;
}
#logo {