Use item-spacing for between the footer of a post and the content

This commit is contained in:
Eryn Wells 2022-10-25 17:34:23 -04:00
parent 34e3f4a1a3
commit 91db0b0e66

View file

@ -31,7 +31,7 @@
}
.post-single footer {
margin-block-start: 3.5rem;
margin-block-start: var(--body-item-spacing);
}
.blog .tags {