OpenGPT / client /css /options.css
AchyuthGamer's picture
Duplicate from AchyuthGamer/Neonaa
0c4cce1
.options-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
.options-container {
justify-content: space-between;
}
}