Adjusting spaces for galleries and wide images in a sequence (#480)

This commit is contained in:
Peter Zimon 2018-09-24 14:35:47 +02:00 committed by John O'Nolan
parent fa18115aa6
commit 04854967a8
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1916,6 +1916,13 @@ Usage (In Ghost editor):
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
/* ---------------------------------------------------------- */