fix scrolling (LAST COMMIT TONIGHT)
This commit is contained in:
parent
5354c347e8
commit
ea9233857d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ body {
|
|||
width: 100vw;
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(180deg, #00152b 0%, #4d89ea 50%, #55cc55 100%);
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
|
Loading…
Reference in a new issue