|
@@ -225,6 +225,7 @@ figcaption,
|
|
width: 1em;
|
|
width: 1em;
|
|
}
|
|
}
|
|
*/
|
|
*/
|
|
|
|
+ font-size: 22px;
|
|
}
|
|
}
|
|
|
|
|
|
.editor-post-title__block:before {
|
|
.editor-post-title__block:before {
|
|
@@ -238,11 +239,17 @@ figcaption,
|
|
|
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
.editor-post-title__block .editor-post-title__input {
|
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
- font-size: 2.8125em;
|
|
|
|
|
|
+ font-size: 1.6875em;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .editor-post-title__block .editor-post-title__input {
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
/** === Default Appender === */
|
|
/** === Default Appender === */
|
|
.editor-default-block-appender .editor-default-block-appender__content {
|
|
.editor-default-block-appender .editor-default-block-appender__content {
|
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|