static: do vertical stretching properly

This commit is contained in:
coon 2023-12-05 02:36:29 +01:00
parent 2bfddc8fe5
commit 5c533a8a1a

View file

@ -1,7 +1,10 @@
html, body {
background-color: #09101d;
color: #bbb;
height: 99%;
margin: 0;
padding: 0;
height: 100%;
}
div {