enhance post-footer spacing

This commit is contained in:
Reorx 2022-09-07 13:47:52 +08:00
parent 44533c76bb
commit 62288bcb56
1 changed files with 4 additions and 5 deletions

View File

@ -401,6 +401,8 @@ h6:hover .anchor {
.post-footer { .post-footer {
margin-top: calc(var(--content-gap) * 1.5); margin-top: calc(var(--content-gap) * 1.5);
padding-bottom: calc(var(--content-gap) * 2);
border-bottom: 1px solid var(--tertiary);
} }
.share-buttons { .share-buttons {
@ -453,7 +455,7 @@ h6:hover .anchor {
} }
.paginav { .paginav {
margin: var(--content-gap) 0; margin-top: var(--content-gap);
display: flex; display: flex;
line-height: 30px; line-height: 30px;
border-radius: var(--radius); border-radius: var(--radius);
@ -574,10 +576,7 @@ h6:hover .anchor {
} }
.comments { .comments {
border-top: 1px solid var(--tertiary); margin: var(--content-gap) 0;
}
.comments {
margin: 40px 0 20px;
} }
.comments .title { .comments .title {
margin: 20px 0; margin: 20px 0;