@@ -87,6 +87,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
@@ -3451,6 +3451,13 @@ body.page .main-navigation {
@@ -3463,6 +3463,13 @@ body.page .main-navigation {