|
@@ -39,9 +39,15 @@
|
|
|
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
clear: both;
|
|
|
+ font-size: 32px;
|
|
|
font-weight: bold;
|
|
|
font-family: Karla, sans-serif;
|
|
|
- text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .editor-post-title__block .editor-post-title__input {
|
|
|
+ font-size: 42px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* Headings */
|