|
@@ -3895,13 +3895,43 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.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 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;
|
|
|
+}
|
|
|
+
|
|
|
.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 {
|