Browse Source

Karuna: Remove uppercase styles from post titles in the editor. Fixes #351.

Laurel Fulford 6 years ago
parent
commit
dbd92a506d
1 changed files with 7 additions and 1 deletions
  1. 7 1
      karuna/editor-blocks.css

+ 7 - 1
karuna/editor-blocks.css

@@ -39,9 +39,15 @@
 
 
 .editor-post-title__block .editor-post-title__input {
 .editor-post-title__block .editor-post-title__input {
 	clear: both;
 	clear: both;
+	font-size: 32px;
 	font-weight: bold;
 	font-weight: bold;
 	font-family: Karla, sans-serif;
 	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 */
 /* Headings */