gyatt Ohio skibidi commit (now that you have done your thing, let me cook now clashofclanselixir)
This commit is contained in:
parent
2f2faa8bd0
commit
cc752a3209
@ -237,15 +237,16 @@ button:hover {
|
|||||||
}
|
}
|
||||||
/* flexbox will solve all problems guys trust */
|
/* flexbox will solve all problems guys trust */
|
||||||
#gamescontainer {
|
#gamescontainer {
|
||||||
background-color: #d9d9d9;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
height: 33%;
|
height: 33%;
|
||||||
width: 75%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
column-gap: 2ch;
|
column-gap: 2ch;
|
||||||
row-gap: 2ch;
|
row-gap: 2ch;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
#stupid {
|
#stupid {
|
||||||
color: black;
|
color: black;
|
||||||
@ -291,7 +292,8 @@ button:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
height: 10px;
|
/* dont make this 10px or under, then it squishes the text inside*/
|
||||||
|
height:30px;
|
||||||
width:100%;
|
width:100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user