Browse Source

editor style

windhamdavid 2 years ago
parent
commit
89796772c7
1 changed files with 17 additions and 0 deletions
  1. 17 0
      style-editor.css

+ 17 - 0
style-editor.css

@@ -0,0 +1,17 @@
+/* * Main column width */
+ .wp-block {
+  max-width: 1240px;
+  margin: 2em auto 0
+}
+/** Width of "wide" blocks */
+.wp-block[data-align="wide"] {
+  max-width: 1280px;
+}
+
+.editor-post-title .editor-post-title__input {
+  font-size: 50px !important;
+  padding-bottom: 10px !important;
+}
+.opt-in-or-opt-out {
+  display: none !important;
+}