0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Add gap custom CSS property to image card

This adds margin to the image card next to a gallery card
This commit is contained in:
Sodbileg Gansukh 2021-12-16 21:48:31 +08:00
parent 0d457f231b
commit 2649ba4c4b

View file

@ -1,4 +1,5 @@
.kg-gallery-card {
.kg-gallery-card,
.kg-image-card {
--gap: 1.2rem;
}
@ -38,4 +39,4 @@
.kg-gallery-card {
--gap: 0.6rem;
}
}
}