enlarge post footer bottom border size from 1 to 3px
This commit is contained in:
parent
d9c228117b
commit
c757e80859
|
@ -402,7 +402,7 @@ 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);
|
padding-bottom: calc(var(--content-gap) * 2);
|
||||||
border-bottom: 1px solid var(--tertiary);
|
border-bottom: 3px solid var(--tertiary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-buttons {
|
.share-buttons {
|
||||||
|
|
Loading…
Reference in New Issue