mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
🐛 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;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
max-width: 920px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.post-template .kg-card-markdown > p:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user