mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Centered before/after card within the editor
refs https://github.com/TryGhost/Team/issues/1249 When images are used which do not fill the space of the card - e.g. when using a fullwidth card the slider is positioned to the left and doesn't look good.
This commit is contained in:
parent
cb24aa1914
commit
b031d8494c
@ -1942,6 +1942,10 @@ button.emoji-picker__category-button.active {
|
||||
|
||||
/* Before/After card
|
||||
/* --------------------------------------------------------------- */
|
||||
.kg-before-after-card {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.kg-before-after-card img {
|
||||
max-width: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user