Organize summary template files

Also a small CSS patch to fix margin around post-title
This commit is contained in:
2023-02-28 18:24:19 -06:00
parent 316c62ebe8
commit 6f140f096b
10 changed files with 12 additions and 30 deletions

View File

@ -175,15 +175,18 @@ pre > code {
.page-list .post,
.series-taxonomy-list .series-taxonomy,
.series-taxonomy .post {
padding-top: 8px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 24px;
padding: 24px;
border-radius: 12px;
background-color: var(--background-1);
color: var(--text-1);
}
.post > .post-title,
.series-taxonomy > .post-title,
.author > .author-name {
margin-top: 0;
}
.post-series-position {
position: relative;
float: right;