Use item-spacing for between the footer of a post and the content
This commit is contained in:
parent
34e3f4a1a3
commit
91db0b0e66
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-single footer {
|
.post-single footer {
|
||||||
margin-block-start: 3.5rem;
|
margin-block-start: var(--body-item-spacing);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog .tags {
|
.blog .tags {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue