the page did not scroll to the top on mobile, removed height 100vh of the body

master
mb 5 months ago
parent 05e5585e3d
commit 1280d54fd9

@ -2,7 +2,6 @@ body{
display:flex;
flex-direction: column;
justify-content: center;
height:100vh;
margin: 0;
}

Loading…
Cancel
Save