mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed tests
no issue - Adapted tests because of gscan bump
This commit is contained in:
parent
5f49d9090a
commit
a796d73ed0
3 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue