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:
parent
8b2db5c017
commit
994f0eea64
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue