|
@@ -2366,7 +2366,7 @@ body.page .main-navigation {
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-header {
|
|
|
- margin: calc(3 * 1rem) auto 1rem;
|
|
|
+ margin: calc(3 * 1rem) auto 32px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2390,6 +2390,7 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-title {
|
|
|
margin: 0;
|
|
|
+ margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
.entry .entry-title a {
|
|
@@ -3485,6 +3486,13 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * 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
|