Updated post paragraph spacing

This commit is contained in:
Peter Zimon 2019-11-27 13:44:17 +01:00 committed by Kevin Ansfield
parent 02387ab50a
commit 8d45e95ee4

View File

@ -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;
}