mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
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
@ -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 New Issue
Block a user