FlareGPT / style.css
HaveAI's picture
Upload 10 files
2c22973 verified
raw
history blame contribute delete
149 Bytes
/* Center the title */
h1 {
text-align: center;
display: block;
}
/* Center the description below the title */
.prose {
text-align: center;
}