@@ -93,6 +93,13 @@
}
+/*
+ * Make sure the first block has margin-top: 0
+ */
+.entry:not(.has-post-thumbnail) .entry-content > :first-child {
+ margin-top: 0;
+}
+
/*
* Unset nested content selector styles
* - Prevents layout styles from cascading too deeply
@@ -3482,6 +3482,13 @@ body.page .main-navigation {
@@ -3494,6 +3494,13 @@ body.page .main-navigation {