Add space between gallery/image cards with caption (#766)
Co-authored-by: John O'Nolan <john@ghost.org>
This commit is contained in:
parent
5f127c395b
commit
573e384381
1 changed files with 6 additions and 0 deletions
|
@ -1064,6 +1064,12 @@ between them, so it looks like 1 big gallery */
|
||||||
margin-top: 0.75em;
|
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 {
|
.kg-gallery-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue