FurStyleT2I / style.css
Akimitsujiro's picture
Update style.css
ad61ba2 verified
raw
history blame
No virus
436 Bytes
h1 {
text-align: center;
display: block;
}
.gradio-container {
max-width: 730px !important;
margin: auto;
padding-top: 1.5rem;
}
#title-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh; /* Adjust this value to position the title vertically */
}
#title {
font-size: 3em;
text-align: center;
background: transparent;
}
#subtitle {
text-align: center;
}