|
@@ -4125,6 +4125,28 @@ body.page .main-navigation {
|
|
text-align: inherit;
|
|
text-align: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image h2,
|
|
|
|
+.entry .entry-content .wp-block-cover h2 {
|
|
|
|
+ padding: 0;
|
|
|
|
+ max-width: inherit;
|
|
|
|
+ text-align: inherit;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .wp-block-cover-image h2.has-text-align-left,
|
|
|
|
+.entry .entry-content .wp-block-cover h2.has-text-align-left {
|
|
|
|
+ text-align: right;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .wp-block-cover-image h2.has-text-align-center,
|
|
|
|
+.entry .entry-content .wp-block-cover h2.has-text-align-center {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .wp-block-cover-image h2.has-text-align-right,
|
|
|
|
+.entry .entry-content .wp-block-cover h2.has-text-align-right {
|
|
|
|
+ text-align: left;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry .entry-content .wp-block-cover-image h3,
|
|
.entry .entry-content .wp-block-cover-image h3,
|
|
.entry .entry-content .wp-block-cover h3 {
|
|
.entry .entry-content .wp-block-cover h3 {
|
|
font-size: 1.125em;
|
|
font-size: 1.125em;
|