Archipelago/WebHostLib/static/styles/generate.css

31 lines
435 B
CSS

#generate-game-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
#generate-game{
width: 700px;
min-height: 360px;
text-align: center;
}
#generate-game p{
text-align: left;
}
#generate-game button{
margin-top: 5px;
}
#generate-game-form-wrapper{
width: 100%;
text-align: center;
margin-bottom: 1rem;
}
#generate-game-form{
display: none;
}