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