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;
}