|
@@ -986,7 +986,6 @@ form p {
|
|
|
.contact-form input[type="datetime-local"],
|
|
|
.contact-form input[type="color"] {
|
|
|
margin-bottom: 13.6px;
|
|
|
- min-width: 300px;
|
|
|
min-height: 56px;
|
|
|
}
|
|
|
|
|
@@ -3601,6 +3600,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
|
|
@@ -4485,7 +4491,7 @@ body.page .main-navigation {
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-content .wp-block-media-text.alignfull .wp-block-media-text__content {
|
|
|
- padding: 0 8%;
|
|
|
+ padding: 32px 8%;
|
|
|
}
|
|
|
}
|
|
|
|