chat.b4 / client /css /options.css
ehristoforu's picture
Duplicate from TNR-5/freegpt-webui
19cbe1d
raw
history blame contribute delete
158 Bytes
.options-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
.options-container {
justify-content: space-between;
}
}