Unable to center h3 in edit mode via css

Does this work?


/* Editor View */
.HyperMD-header.HyperMD-header-3 {
  text-align: center;
}

/* Reading View */
.cm-header-3, .markdown-preview-view h3 {
  text-align: center;
}

Angel

1 Like