mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed missing bottom spacing on email callout cards
This commit is contained in:
parent
63b7ef7dc6
commit
b6b024b132
1 changed files with 1 additions and 0 deletions
|
@ -602,6 +602,7 @@ a.kg-nft-card {
|
|||
|
||||
.kg-card-callout {
|
||||
display: flex;
|
||||
margin: 0 0 1.5em 0;
|
||||
padding: 20px 28px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue