mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
16 lines
265 B
CSS
16 lines
265 B
CSS
#wait-seed-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
max-width: 620px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#wait-seed{
|
|
width: 620px;
|
|
min-height: 360px;
|
|
text-align: center;
|
|
}
|