diff --git a/style/style.css b/style/style.css index c0726e5..4719055 100644 --- a/style/style.css +++ b/style/style.css @@ -23,7 +23,7 @@ body { main { background-color: var(--background-color); - height: 100%; + height: auto; width: 70vw; display: grid; grid-template-columns: 1fr 2fr;