Browse Source

Fixes for dropcaps and captions in the editor.

Caroline Moore 6 years ago
parent
commit
631d04814d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      button-2/editor-blocks.css

+ 0 - 3
button-2/editor-blocks.css

@@ -158,8 +158,6 @@ Description: Gutenberg Block Editor Styles
 	font-family: Lato, Helvetica, sans-serif;
 	font-size: 13px;
 	line-height: 1.6;
-	margin-bottom: 13px;
-	margin-top: 6.5px;
 }
 
 /*--------------------------------------------------------------
@@ -171,7 +169,6 @@ Description: Gutenberg Block Editor Styles
 .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
 	font-family: Lora, Garamond, serif;
 	font-size: 3.75em;
-	line-height: 2.5em;
 }
 
 /* Quote */