Replace See also with a nicer looking Related posts section

This commit is contained in:
2022-04-10 02:14:42 -05:00
parent dff23045a8
commit e8f9d1c5df
4 changed files with 24 additions and 16 deletions

View File

@ -70,7 +70,8 @@
}
.page-list li,
.series-taxonomy li {
.series-taxonomy li,
.related-posts .post {
padding-top: 8px;
padding-left: 24px;
padding-right: 24px;
@ -239,6 +240,19 @@
padding: 8px 15px;
}
.related-posts {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 10px;
align-items: stretch; /* this is default anyways */
}
.related-posts .post {
min-width: 10%;
flex: 1 1 49%;
}
#back-to-top {
position: fixed;
float: right;