Fixed tests

no issue

- Adapted tests because of gscan bump
This commit is contained in:
kirrg001 2018-08-30 17:54:19 +01:00
parent 5f49d9090a
commit a796d73ed0
3 changed files with 6 additions and 1 deletions

View File

@ -1854,7 +1854,8 @@ Usage (In Ghost editor):
text-align: center;
}
.kg-image-card {
.kg-image-card,
.kg-gallery-card {
margin: 0 0 1.5em;
}
@ -1862,6 +1863,10 @@ Usage (In Ghost editor):
margin: -1.0em 0 1.5em;
}
.kg-gallery-container {}
.kg-gallery-row {}
.kg-gallery-image {}
.kg-embed-card {
display: flex;
flex-direction: column;