attempts for better mobile spacing

This commit is contained in:
2026-08-02 23:23:35 -05:00
parent 86743f8a69
commit 860936c165
+9 -1
View File
@@ -83,14 +83,15 @@
} }
.title { .title {
display: flex;
font-weight: bold; font-weight: bold;
font-size: 2rem; font-size: 2rem;
} }
#title-container { #title-container {
display: flex;
justify-self: center; justify-self: center;
justify-content: center; justify-content: center;
display: flex;
flex-direction: row; flex-direction: row;
width: 100%; width: 100%;
gap: 1rem; gap: 1rem;
@@ -112,6 +113,10 @@
margin-top: 2rem; margin-top: 2rem;
} }
#game-modes {
display: flex;
}
.button-container { .button-container {
/** display: flex; */ /** display: flex; */
align-content: center; align-content: center;
@@ -154,6 +159,9 @@
#frame { #frame {
width: 100%; width: 100%;
} }
#text-container {
margin: 1.25rem;
}
#game-modes { #game-modes {
gap: .5rem; gap: .5rem;
} }