adjust how height is defined for main element

This commit is contained in:
emma 2024-12-13 13:25:24 -05:00
parent 59a501b9fc
commit ba0a542d57
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ body {
main { main {
background-color: var(--background-color); background-color: var(--background-color);
height: auto; height: 100%;
width: 70vw; width: 70vw;
display: grid; display: grid;
grid-template-columns: 1fr 2fr; grid-template-columns: 1fr 2fr;