Browse Source

Varia: Recompiling styles

Allan Cole 6 years ago
parent
commit
b79c70f054
3 changed files with 8 additions and 6 deletions
  1. 4 0
      varia/style-editor.css
  2. 2 3
      varia/style-rtl.css
  3. 2 3
      varia/style.css

+ 4 - 0
varia/style-editor.css

@@ -134,6 +134,10 @@ body {
 	-webkit-font-smoothing: antialiased;
 }
 
+.editor-post-title__block {
+	font-size: 18px;
+}
+
 p {
 	font-size: 1em;
 	line-height: 1.78;

+ 2 - 3
varia/style-rtl.css

@@ -1371,10 +1371,9 @@ h6, .h6 {
 }
 
 img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
 	width: auto;
+	vertical-align: middle;
+	max-width: 100%;
 }
 
 .wp-block-latest-comments {

+ 2 - 3
varia/style.css

@@ -1371,10 +1371,9 @@ h6, .h6 {
 }
 
 img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
 	width: auto;
+	vertical-align: middle;
+	max-width: 100%;
 }
 
 .wp-block-latest-comments {