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