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:
parent
0d457f231b
commit
2649ba4c4b
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue