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 */