Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui-chimera
like
22
Runtime error
App
Files
Files
Community
4
efeb2c9
freegpt-webui-chimera
/
client
/
css
/
main.css
monra
Synced repo using 'sync_with_huggingface' Github Action
f044b10
over 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
.main-container
{
display
: flex;
padding
:
var
(--section-gap);
height
:
100vh
;
justify-content
: center;
box-sizing
: border-box;
}