Adjusting spaces for galleries and wide images in a sequence (#480)
This commit is contained in:
parent
fa18115aa6
commit
04854967a8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1916,6 +1916,13 @@ Usage (In Ghost editor):
|
||||||
margin: 0 0 0 0.75em;
|
margin: 0 0 0 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-gallery-card + .kg-image-card.kg-width-wide,
|
||||||
|
.kg-gallery-card + .kg-gallery-card,
|
||||||
|
.kg-image-card.kg-width-wide + .kg-gallery-card,
|
||||||
|
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
|
||||||
|
margin: -2.25em 0 3em;
|
||||||
|
}
|
||||||
|
|
||||||
/* 8. Author Template
|
/* 8. Author Template
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue