Compare commits

...

2 Commits
2.4.0 ... 2.4.1

Author SHA1 Message Date
1bf2cdb52a Upgrading Casper to 2.4.1 2018-07-31 11:31:35 +01:00
f67caaba5c 🐛 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
2018-07-30 12:21:17 +01:00
4 changed files with 4 additions and 4 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 {

View File

@ -2,7 +2,7 @@
"name": "casper",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "2.4.0",
"version": "2.4.1",
"engines": {
"ghost": ">=1.2.0"
},