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
1a3aeb0
freegpt-webui
/
client
/
css
/
main.css
monra
Improve the user interface
f67971f
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;
}