Shap-E / style.css
hysts's picture
hysts HF Staff
Fix layout shift and drop dead #prompt-container CSS
16d7647
Raw
History Blame Contribute Delete
149 Bytes
h1 {
text-align: center;
display: block;
}
.gradio-container {
max-width: 730px;
min-width: 400px;
margin: auto;
padding-top: 1.5rem;
}