revert height definition in main to auto as it is identical

This commit is contained in:
emma 2024-12-13 13:26:52 -05:00
parent ba0a542d57
commit 4dd1a95639
1 changed files with 1 additions and 1 deletions

View File

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