|
@@ -4011,24 +4011,81 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image h1, .entry .entry-content .wp-block-cover-image h2, .entry .entry-content .wp-block-cover-image h3, .entry .entry-content .wp-block-cover-image h4, .entry .entry-content .wp-block-cover-image h5, .entry .entry-content .wp-block-cover-image h6,
|
|
|
+.entry .entry-content .wp-block-cover h1,
|
|
|
+.entry .entry-content .wp-block-cover h2,
|
|
|
+.entry .entry-content .wp-block-cover h3,
|
|
|
+.entry .entry-content .wp-block-cover h4,
|
|
|
+.entry .entry-content .wp-block-cover h5,
|
|
|
+.entry .entry-content .wp-block-cover h6 {
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-cover-image h1,
|
|
|
+.entry .entry-content .wp-block-cover h1 {
|
|
|
+ font-size: 2.8125em;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
.entry .entry-content .wp-block-cover-image h2,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
.entry .entry-content .wp-block-cover h2 {
|
|
|
- max-width: inherit;
|
|
|
+ font-size: 2.25em;
|
|
|
margin: inherit;
|
|
|
+ max-width: inherit;
|
|
|
text-align: inherit;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
|
-.entry .entry-content .wp-block-cover.alignleft,
|
|
|
-.entry .entry-content .wp-block-cover.alignright {
|
|
|
- width: 100%;
|
|
|
+.entry .entry-content .wp-block-cover-image h3,
|
|
|
+.entry .entry-content .wp-block-cover h3 {
|
|
|
+ font-size: 1.6875em;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-cover-image h4,
|
|
|
+.entry .entry-content .wp-block-cover h4 {
|
|
|
+ font-size: 1.125em;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-cover-image h5,
|
|
|
+.entry .entry-content .wp-block-cover h5 {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-cover-image h6,
|
|
|
+.entry .entry-content .wp-block-cover h6 {
|
|
|
+ font-size: 0.88889em;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
|
- .entry .entry-content .wp-block-cover.alignleft,
|
|
|
- .entry .entry-content .wp-block-cover.alignright {
|
|
|
- padding: 1rem calc(2 * 1rem);
|
|
|
+ .entry .entry-content .wp-block-cover-image h1,
|
|
|
+ .entry .entry-content .wp-block-cover h1 {
|
|
|
+ font-size: 3.375em;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
+ .entry .entry-content .wp-block-cover-image h2,
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
+ .entry .entry-content .wp-block-cover h2 {
|
|
|
+ font-size: 2.8125em;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-cover-image h3,
|
|
|
+ .entry .entry-content .wp-block-cover h3 {
|
|
|
+ font-size: 1.6875em;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-cover-image h4,
|
|
|
+ .entry .entry-content .wp-block-cover h4 {
|
|
|
+ font-size: 1.125em;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-cover-image h5,
|
|
|
+ .entry .entry-content .wp-block-cover h5 {
|
|
|
+ font-size: 22px;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-cover-image h6,
|
|
|
+ .entry .entry-content .wp-block-cover h6 {
|
|
|
+ font-size: 0.88889em;
|
|
|
}
|
|
|
}
|
|
|
|