🐛 Fixed content overflow on mobile
closes https://github.com/TryGhost/Casper/issues/464 - setting max-width of `kg-markdown-card` wrapper that is still used by non-Koenig posts
This commit is contained in:
parent
25d1e368d6
commit
f67caaba5c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1831,7 +1831,7 @@ Usage (In Ghost editor):
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 920px;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-template .kg-card-markdown > p:first-child {
|
.post-template .kg-card-markdown > p:first-child {
|
||||||
|
|
Loading…
Reference in New Issue