tiny-aya / style.css
alexrs's picture
Add Space
251d97b
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;
}