|
@@ -215,6 +215,10 @@ figcaption,
|
|
|
}
|
|
|
|
|
|
/** === Post Title === */
|
|
|
+.editor-post-title__block {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
.editor-post-title__block:before {
|
|
|
width: 2.8125em;
|
|
|
margin-top: 0;
|
|
@@ -226,11 +230,17 @@ figcaption,
|
|
|
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
|
|
- font-size: 2.8125em;
|
|
|
+ font-size: 1.6875em;
|
|
|
font-weight: 700;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+@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: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|