mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Updated post paragraph spacing
This commit is contained in:
parent
02387ab50a
commit
8d45e95ee4
@ -306,7 +306,7 @@
|
||||
|
||||
/* Paragraph right after title */
|
||||
.koenig-editor__editor p:first-child {
|
||||
margin-top: -0.2rem;
|
||||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
@ -399,7 +399,7 @@
|
||||
.koenig-editor__editor ol:first-child,
|
||||
.koenig-editor__editor ul:not(.kg-action-bar):not(.kg-link-toolbar):first-child,
|
||||
.koenig-editor__editor ol:first-child {
|
||||
margin: -0.4rem 0 0;
|
||||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user