From eb8f23bf2a3a2b2d336022f381b573ec207704be Mon Sep 17 00:00:00 2001 From: dilgenfritz Date: Mon, 1 Dec 2025 19:24:55 -0600 Subject: [PATCH] modified gamecontainer size --- src/styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/styles.css b/src/styles/styles.css index a7ada2f..53fbc06 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -91,7 +91,7 @@ body { width: calc(100vw - 350px); /* Full width minus space for sidebar images */ max-width: calc(100vw - 350px); min-width: 600px; - min-height: 600px; + height: fit-content; overflow: hidden; margin: 10px auto; } @@ -704,7 +704,7 @@ body { background: var(--bg-primary); color: var(--text-primary); padding: var(--space-xl); - min-height: 400px; + display: none; /* Hide game content on home page */ } /* Loading Overlay */