Fixed email CTA card bottom spacing

This commit is contained in:
Peter Zimon 2021-11-03 14:59:09 +01:00
parent d5c8d02f29
commit 87a91ae10a
2 changed files with 5 additions and 1 deletions

View File

@ -1171,6 +1171,10 @@
margin-left: .5em;
}
.kg-email-cta-card {
padding-bottom: 24px;
}
/* Codemirror overrides
/* --------------------------------------------------------------- */

View File

@ -990,7 +990,7 @@ figure {
}
.kg-email-cta-card .border-bottom {
margin: 5rem 0 1.6rem;
margin: 5rem 0 0;
}
.kg-email-cta-card .kg-card-help {