gpt-free-2020 / client /css /options.css
Alesx's picture
Duplicate from monra/freegpt-webui
ae07694
raw
history blame contribute delete
No virus
158 Bytes
.options-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
.options-container {
justify-content: space-between;
}
}