|
@@ -3907,13 +3907,84 @@ 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 {
|
|
|
+ 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;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .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;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.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 {
|
|
@@ -3954,6 +4025,20 @@ body.page .main-navigation {
|
|
|
max-width: calc(8 * (100vw / 12));
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
+.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
|
|
|
+.entry .entry-content .wp-block-cover-image.alignfull h1,
|
|
|
+.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
+.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
+.entry .entry-content .wp-block-cover.alignfull h1 {
|
|
|
+ font-size: 3.375em;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-cover-image.alignfull h2,
|
|
|
+.entry .entry-content .wp-block-cover.alignfull h2 {
|
|
|
+ font-size: 2.8125em;
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-content .wp-block-cover-image.alignfull,
|
|
|
.entry .entry-content .wp-block-cover.alignfull {
|
|
@@ -3964,6 +4049,18 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .wp-block-cover.alignfull .wp-block-cover__inner-container {
|
|
|
padding: 0;
|
|
|
}
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignfull h1,
|
|
|
+ .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
+ .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
+ .entry .entry-content .wp-block-cover.alignfull h1 {
|
|
|
+ font-size: 4.5em;
|
|
|
+ }
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignfull h2,
|
|
|
+ .entry .entry-content .wp-block-cover.alignfull h2 {
|
|
|
+ font-size: 3.375em;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-gallery {
|