zeroscope-v2 / style.css
hysts's picture
hysts HF Staff
Fix layout shift on Gradio 6
f15eb2c
raw
history blame contribute delete
138 Bytes
h1 {
text-align: center;
display: block;
}
.gradio-container {
max-width: 730px;
margin: auto;
padding-top: 1.5rem;
}