Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui
like
58
Running
App
Files
Files
Community
4
67db7ba
freegpt-webui
/
client
/
css
/
options.css
monra
Improves responsiveness
7f0cf80
over 1 year ago
raw
Copy download link
history
blame
Safe
158 Bytes
.options-container
{
display
: flex;
flex-wrap
: wrap;
}
@media
screen
and
(
max-width
:
990px
) {
.options-container
{
justify-content
: space-between;
}
}