|
@@ -202,6 +202,10 @@ figcaption,
|
|
|
}
|
|
|
|
|
|
/** === Post Title === */
|
|
|
+.editor-post-title__block {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
.editor-post-title__block:before {
|
|
|
width: 2.8125em;
|
|
|
margin-top: 0;
|
|
@@ -213,10 +217,16 @@ figcaption,
|
|
|
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
- font-size: 2.8125em;
|
|
|
+ font-size: 1.6875em;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .editor-post-title__block .editor-post-title__input {
|
|
|
+ font-size: 2.25em;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/** === Default Appender === */
|
|
|
.editor-default-block-appender .editor-default-block-appender__content {
|
|
|
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|