Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Update editor alignment to match front end #22

Merged
merged 13 commits into from
Oct 22, 2018
Prev Previous commit
Next Next commit
Styling the default appender text
  • Loading branch information
kjellr committed Oct 22, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 98c70ca409828d3c3b015c292ac70f5ebdb8d6ba
6 changes: 6 additions & 0 deletions style-editor-frame.css
Original file line number Diff line number Diff line change
@@ -31,6 +31,12 @@ body.gutenberg-editor-page .gutenberg .editor-post-title__block .editor-post-tit
font-size: 2.8125em;
}

/** === Default Appender Text === */
body.gutenberg-editor-page .gutenberg .editor-default-block-appender__content {
font-size: 22px;
font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
}

/** === Off-Center Content === */
@media only screen and (min-width: 768px) {
body.gutenberg-editor-page .gutenberg .edit-post-layout .editor-writing-flow {
7 changes: 7 additions & 0 deletions style-editor-frame.scss
Original file line number Diff line number Diff line change
@@ -30,6 +30,13 @@ body.gutenberg-editor-page .gutenberg .editor-post-title__block {
}
}

/** === Default Appender === */

body.gutenberg-editor-page .gutenberg .editor-default-block-appender__content {
font-size: $font__size_base;
font-family: $font__body;
}

/** === Off-Center Content === */

body.gutenberg-editor-page .gutenberg .edit-post-layout {