0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Added bottom margin to post bookmark

This commit is contained in:
Djordje Vlaisavljevic 2022-05-17 17:49:06 +02:00
parent a19d5c7df3
commit c16bc682cf

View file

@ -652,6 +652,10 @@
font-weight: 500;
}
.gh-post-bookmark-wrapper {
margin-bottom: 24px;
}
.gh-post-bookmark {
display: flex;
align-items: center;