Add space between gallery/image cards with caption (#766)

Co-authored-by: John O'Nolan <john@ghost.org>
This commit is contained in:
Paul Davis
2021-03-12 08:29:53 -05:00
committed by GitHub
co-authored by John O'Nolan
parent 5f127c395b
commit 573e384381
+6
View File
@@ -1064,6 +1064,12 @@ between them, so it looks like 1 big gallery */
margin-top: 0.75em;
}
.kg-image-card.kg-card-hascaption + .kg-gallery-card,
.kg-gallery-card.kg-card-hascaption + .kg-image-card,
.kg-gallery-card.kg-card-hascaption + .kg-gallery-card {
margin-top: 1.75em;
}
.kg-gallery-container {
position: relative;
}