Generate single page versions of series

This commit is contained in:
cheddar 2025-04-18 14:23:45 -04:00
parent 111c859aee
commit 00b535a618
No known key found for this signature in database
5 changed files with 53 additions and 5 deletions

View file

@ -24,19 +24,23 @@ ol {
}
hr {
margin: 20px 0 0 0;
margin: 10px 0;
}
article {
padding-bottom: 20px;
padding-bottom: 10px;
}
article > h1 {
article > .post-title {
margin-bottom: 0;
}
nav {
padding: 10px 0;
}
nav > h2 {
margin-bottom: 0;
margin: 0;
}
nav > ul {