modified gamecontainer size
This commit is contained in:
parent
f73ea72c6c
commit
eb8f23bf2a
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue