0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Made the margins event between elements in the new post rows

refs https://github.com/TryGhost/Team/issues/1957
This commit is contained in:
James Morris 2022-09-23 15:55:20 +01:00
parent 80eaa567b5
commit 6c527cfe78

View file

@ -262,7 +262,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
}
.gh-posts-list-item p {
margin: 0 0 1px;
margin: 0 0 3px;
font-size: 1.3rem;
overflow-wrap: break-word;
color: var(--middarkgrey);