🐛 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:
Peter Zimon 2018-07-30 13:21:17 +02:00 committed by Kevin Ansfield
parent 25d1e368d6
commit f67caaba5c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 {