freegpt-webui / client /css /options.css
monra's picture
Improves responsiveness
7f0cf80
raw
history blame
No virus
158 Bytes
.options-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
.options-container {
justify-content: space-between;
}
}