put 100% height in body

This commit is contained in:
II-Paulus-II 2024-03-28 20:22:10 +00:00
parent b8439657af
commit a8813fca88

View File

@ -9,6 +9,7 @@ html {
}
body {
width: 100%;
height: 100vh;
max-width: 100vw;
font-family: monospace;