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 13:29:53 +00:00 committed by GitHub
parent 5f127c395b
commit 573e384381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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