Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
K00B404
/
freechat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
freechat
/
client
/
css
/
options.css
K00B404
Add application file
368a861
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
.options-container
{
display
: flex;
flex-wrap
: wrap;
}
@media
screen
and
(
max-width
:
990px
) {
.options-container
{
justify-content
: space-between;
}
}