Browse Source

Use tabs instead of spaces

Jeremy Yip 5 năm trước cách đây
mục cha
commit
05e94220a3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      seedlet-blocks/style-editor.css

+ 2 - 2
seedlet-blocks/style-editor.css

@@ -18,6 +18,6 @@ body {
 }
 
 .site-content .wp-block[data-align="full"] > [data-block], .site-content .wp-block.alignfull > [data-block] {
-    margin-top: 0;
-    margin-bottom: 0;
+	margin-top: 0;
+	margin-bottom: 0;
 }