|
@@ -986,7 +986,6 @@ form p {
|
|
.contact-form input[type="datetime-local"],
|
|
.contact-form input[type="datetime-local"],
|
|
.contact-form input[type="color"] {
|
|
.contact-form input[type="color"] {
|
|
margin-bottom: 13.6px;
|
|
margin-bottom: 13.6px;
|
|
- min-width: 300px;
|
|
|
|
min-height: 56px;
|
|
min-height: 56px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2381,13 +2380,13 @@ body.page .main-navigation {
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-header {
|
|
.entry .entry-header {
|
|
- margin: calc(3 * 1rem) 1rem 1rem;
|
|
|
|
|
|
+ margin: calc(3 * 1rem) 1rem 32px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
.entry .entry-header {
|
|
.entry .entry-header {
|
|
- margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
|
|
|
|
+ margin: calc(3 * 1rem) auto 32px;
|
|
max-width: calc(8 * (100vw / 12) - 28px);
|
|
max-width: calc(8 * (100vw / 12) - 28px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -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
|
|
* Unset nested content selector styles
|
|
* - Prevents layout styles from cascading too deeply
|
|
* - Prevents layout styles from cascading too deeply
|
|
@@ -4485,7 +4491,7 @@ body.page .main-navigation {
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
.entry .entry-content .wp-block-media-text.alignfull .wp-block-media-text__content {
|
|
.entry .entry-content .wp-block-media-text.alignfull .wp-block-media-text__content {
|
|
- padding: 0 8%;
|
|
|
|
|
|
+ padding: 32px 8%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|