1
0
Fork 0

Fix body overflow

master
Emil Miler 4 months ago
parent e402ded7da
commit 72dea53627

@ -15,7 +15,10 @@
font-style: normal; font-style: normal;
} }
body { body {
height: 100vh; box-sizing: border-box;
min-height: 100vh;
padding: 1em;
margin: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;

Loading…
Cancel
Save