Updated class to 'kg-card-hascaption'
Refs https://github.com/TryGhost/Product/issues/3589
This commit is contained in:
parent
c7fdfb7479
commit
84f201d293
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1348,7 +1348,7 @@ headings, text, images and lists. We deal with cards lower down. */
|
|||
}
|
||||
|
||||
/* Remove space between full-width cards */
|
||||
.gh-content > .kg-width-full + .kg-width-full:not(.kg-width-full.with-caption + .kg-width-full) {
|
||||
.gh-content > .kg-width-full + .kg-width-full:not(.kg-width-full.kg-card-hascaption + .kg-width-full) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue