|
@@ -219,6 +219,7 @@ figcaption,
|
|
|
}
|
|
|
|
|
|
.editor-post-title__block {
|
|
|
+ font-size: 22px;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
@@ -231,10 +232,16 @@ figcaption,
|
|
|
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
font-family: "Poppins", sans-serif;
|
|
|
- font-size: 2.25em;
|
|
|
+ font-size: 1.125em;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .editor-post-title__block .editor-post-title__input {
|
|
|
+ font-size: 1.6875em;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/** === Default Appender === */
|
|
|
.editor-default-block-appender .editor-default-block-appender__content {
|
|
|
font-family: "Poppins", sans-serif;
|