Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
monra/freegpt-webui
pikto
/
Elite-freegpt-webui
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2ac7372
Elite-freegpt-webui
/
client
/
css
/
main.css
pikto
Update client/css/main.css
f00b0b1
over 1 year ago
raw
Copy download link
history
blame
Safe
155 Bytes
.main-container
{
display
: flex;
padding
:
var
(--section-gap);
height
:
100vh
;
justify-content
: space-between;
box-sizing
: border-box;
}