|
@@ -918,6 +918,7 @@ footer {
|
|
|
.site-main > article > *,
|
|
|
.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
+.entry-content p,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
|
margin-top: 21.312px;
|
|
@@ -929,6 +930,7 @@ footer {
|
|
|
.site-main > article > *,
|
|
|
.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
+ .entry-content p,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
|
margin-top: 32px;
|
|
@@ -940,6 +942,7 @@ footer {
|
|
|
.site-main > article > *:first-child,
|
|
|
.site-main > .not-found > *:first-child,
|
|
|
.entry-content > *:first-child,
|
|
|
+.entry-content p:first-child,
|
|
|
[class*="inner-container"] > *:first-child,
|
|
|
.widget-area > *:first-child {
|
|
|
margin-top: 0;
|
|
@@ -949,6 +952,7 @@ footer {
|
|
|
.site-main > article > *:last-child,
|
|
|
.site-main > .not-found > *:last-child,
|
|
|
.entry-content > *:last-child,
|
|
|
+.entry-content p:last-child,
|
|
|
[class*="inner-container"] > *:last-child,
|
|
|
.widget-area > *:last-child {
|
|
|
margin-bottom: 0;
|