瀏覽代碼

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

Laurel Fulford 6 年之前
父節點
當前提交
dbd92a506d
共有 1 個文件被更改,包括 7 次插入1 次删除
  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 {
 	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 */