Files
makyo.ink/content/publications/when-the-world-was-young/main.css
Madison Scott-Clary c6d0cdfb2f WtWWY
2022-09-06 16:01:29 -07:00

20 lines
348 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');
h1, h2, h3, h4, h5, h6, h1.page-title {
font-family: 'Reggae One';
}
table {
margin: auto;
}
table td {
padding: 0.25rem 0.5rem;
}
tr td:nth-child(1) {
text-align: right;
}
p strong {
display: block;
text-align: center;
text-indent: 0;
}