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

Tiny padding adjustment for boxes

refs https://github.com/TryGhost/Team/issues/1968
This commit is contained in:
James Morris 2022-09-28 11:11:10 +01:00
parent 8b2db5c017
commit 994f0eea64

View file

@ -896,7 +896,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
.gh-attribution-box {
margin: 0;
padding: 20px;
padding: 24px;
background: var(--white);
box-shadow: 0 1px 4px -1px rgba(0,0,0,0.1);
border-radius: var(--border-radius);