mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 15:45:04 -07:00
19 lines
313 B
CSS
19 lines
313 B
CSS
#start-playing-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#start-playing{
|
|
width: 700px;
|
|
min-height: 240px;
|
|
text-align: center;
|
|
}
|
|
|
|
#start-playing-button-row{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
}
|