modified gamecontainer size

This commit is contained in:
dilgenfritz 2025-12-01 19:24:55 -06:00
parent f73ea72c6c
commit eb8f23bf2a
1 changed files with 2 additions and 2 deletions

View File

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