Jelajahi Sumber

Closes #887 - fixes editor font size mismatch for page titles.

Jeffrey Pearce 6 tahun lalu
induk
melakukan
697255f3d1

+ 8 - 1
modern-business/style-editor.css

@@ -211,6 +211,7 @@ figcaption,
 /** === Post Title === */
 .editor-post-title__block {
   margin-bottom: 0;
+  font-size: 22px;
 }
 
 .editor-post-title__block:before {
@@ -224,9 +225,15 @@ figcaption,
 
 .editor-post-title__block .editor-post-title__input {
   font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-  font-size: 2.8125em;
   font-weight: 300;
   text-align: center;
+  font-size: 1.125em;
+}
+
+@media only screen and (min-width: 768px) {
+  .editor-post-title__block .editor-post-title__input {
+    font-size: 1.6875em;
+  }
 }
 
 /** === Default Appender === */

+ 6 - 1
modern-business/style-editor.scss

@@ -193,6 +193,7 @@ figcaption,
 
 .editor-post-title__block {
 	margin-bottom: 0;
+	font-size: $font__size_base;
 
 	&:before {
 		width: $font__size-xxl;
@@ -205,9 +206,13 @@ figcaption,
 
 	.editor-post-title__input {
 		font-family: $font__heading;
-		font-size: $font__size-xxl;
 		font-weight: 300;
 		text-align: center;
+		font-size: $font__size-md;
+
+		@include media(tablet) {
+			font-size: $font__size-lg;
+		}
 	}
 }
 

+ 1 - 1
modern-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
 Requires at least: WordPress 4.9.6
 Template: twentynineteen
-Version: 1.1
+Version: 1.2
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: twentynineteen