Remove `.kg-card-markdown` styles

no issue
- `.kg-card-markdown` no longer exists in Ghost 2.x
This commit is contained in:
Kevin Ansfield 2018-08-11 19:09:58 +01:00
parent 5d318225f5
commit d41fcbbc8a
3 changed files with 2 additions and 16 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

@ -1826,20 +1826,6 @@ Usage (In Ghost editor):
max-width: 920px;
}
/* For Ghost 1.0 */
.kg-card-markdown {
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
}
.post-template .kg-card-markdown > p:first-child {
font-size: 1.25em;
line-height: 1.5em;
}
/* ^ .kg-card-markdown will be will disappear in Ghost 2.0 */
.post-template .post-content > p:first-child {
font-size: 1.25em;
line-height: 1.5em;