Generate pages for individual tags

This commit is contained in:
Nathan McCarty 2025-02-07 01:58:44 -05:00
parent 20ecef3b3f
commit 2072f88711
4 changed files with 35 additions and 7 deletions

View file

@ -83,11 +83,11 @@ body, .post {
border-radius: var(--box-radius);
box-sizing: border-box;
}
.post-body > p {
.post-body p {
margin: auto var(--box-margin-horz);
align-self: stretch;
}
.post-title > h1 {
.post-title h1 {
margin-top: 0px;
margin-bottom: 0px;
}
@ -102,7 +102,7 @@ body, .post {
.post-read-time {
text-decoration: underline dotted;
}
.post-body > h2, .post-body > h3, .post-body > h4 {
.post-body h2, .post-body h3, .post-body h4 {
text-align: center;
}
.post-blurbs {