enlarge post footer bottom border size from 1 to 3px

This commit is contained in:
Reorx 2022-09-08 00:27:11 +08:00
parent d9c228117b
commit c757e80859
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ h6:hover .anchor {
.post-footer {
margin-top: calc(var(--content-gap) * 1.5);
padding-bottom: calc(var(--content-gap) * 2);
border-bottom: 1px solid var(--tertiary);
border-bottom: 3px solid var(--tertiary);
}
.share-buttons {