fixed my local git server

This commit is contained in:
minecartchris
2026-01-02 02:26:09 -06:00
parent 2aa087ecdd
commit 321277fa56
7 changed files with 638 additions and 40 deletions

View File

@@ -18,7 +18,7 @@ body {
background: white;
border-radius: 15px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
max-width: 900px;
max-width: 1400px;
width: 100%;
padding: 40px;
}
@@ -42,6 +42,10 @@ h3 {
font-size: 1.1em;
}
.section h3 {
text-align: center;
}
.screen {
display: block;
}
@@ -122,7 +126,7 @@ h3 {
/* Game Content */
.game-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
}