|
@@ -423,3 +423,14 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover,
|
|
margin-top: .625rem;
|
|
margin-top: .625rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+/*
|
|
|
|
+ * Editor
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+ /* This will be necessary until this is fixed https://github.com/WordPress/gutenberg/issues/42441 */
|
|
|
|
+.edit-post-visual-editor__post-title-wrapper .wp-block-post-title {
|
|
|
|
+ font-size: clamp(2.5rem, calc(2.5rem + ((1vw - 0.48rem) * 8.4135)), 6.875rem);
|
|
|
|
+ line-height: 1em;
|
|
|
|
+ letter-spacing: -0.04em;
|
|
|
|
+}
|