Remove .kg-card-markdown
styles
no issue - `.kg-card-markdown` no longer exists in Ghost 2.x
This commit is contained in:
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
|
@ -1826,20 +1826,6 @@ Usage (In Ghost editor):
|
||||||
max-width: 920px;
|
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 {
|
.post-template .post-content > p:first-child {
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
Loading…
Reference in a new issue