fix page heights

This commit is contained in:
2022-05-28 13:56:33 -04:00
committed by GitHub
parent 51afd353df
commit 564580db40

View File

@@ -2,9 +2,13 @@
box-sizing: border-box; box-sizing: border-box;
} }
html, body {
height: 100%;
min-height: 100%;
}
body { body {
background-color: #0e0e0e; background-color: #0e0e0e;
height: 100vh;
margin: 0; margin: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;