Spaces:
hysts
/
Running on Zero

BLIP2 / style.css
hysts's picture
hysts HF Staff
Fix layout shift on Gradio 6
f7bfc68
Raw
History Blame Contribute Delete
149 Bytes
h1 {
text-align: center;
display: block;
}
.gradio-container {
max-width: 730px;
min-width: 500px;
margin: auto;
padding-top: 1.5rem;
}