adjust how height is defined for main element
This commit is contained in:
parent
59a501b9fc
commit
ba0a542d57
|
@ -23,7 +23,7 @@ body {
|
|||
|
||||
main {
|
||||
background-color: var(--background-color);
|
||||
height: auto;
|
||||
height: 100%;
|
||||
width: 70vw;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
|
|
Loading…
Reference in New Issue