Skip to content

Commit

Permalink
Make sure all editor text inherits the same font size
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 8, 2017
1 parent 014a92e commit 30b697d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shared/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body {

#editor {
font-family: "Noto Serif", serif;
font-size: 16px;
outline: none;
padding: 50px;
}
Expand Down Expand Up @@ -84,10 +85,6 @@ body {
font-size: 28px;
}

#editor p {
font-size: 16px;
}

#editor blockquote {
font-size: 20px;
border-left: 4px solid black;
Expand Down

0 comments on commit 30b697d

Please sign in to comment.