0
Fork 0
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:
Sanne de Vries 2021-11-16 19:19:49 +01:00
parent 63b7ef7dc6
commit b6b024b132

View file

@ -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;
}