style-editor.css 332 B

1234567891011121314151617
  1. /* * Main column width */
  2. .wp-block {
  3. max-width: 1240px;
  4. margin: 2em auto 0
  5. }
  6. /** Width of "wide" blocks */
  7. .wp-block[data-align="wide"] {
  8. max-width: 1280px;
  9. }
  10. .editor-post-title .editor-post-title__input {
  11. font-size: 50px !important;
  12. padding-bottom: 10px !important;
  13. }
  14. .opt-in-or-opt-out {
  15. display: none !important;
  16. }