attempts for better mobile spacing
This commit is contained in:
+9
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user