From ba0a542d57cac132f96ceac56803c906f09ce59b Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 13 Dec 2024 13:25:24 -0500 Subject: [PATCH] adjust how height is defined for main element --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 4719055..c0726e5 100644 --- a/style/style.css +++ b/style/style.css @@ -23,7 +23,7 @@ body { main { background-color: var(--background-color); - height: auto; + height: 100%; width: 70vw; display: grid; grid-template-columns: 1fr 2fr;