Skip to content

Commit 30b697d

Browse files
committed
Make sure all editor text inherits the same font size
1 parent 014a92e commit 30b697d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

shared/index.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ body {
2626

2727
#editor {
2828
font-family: "Noto Serif", serif;
29+
font-size: 16px;
2930
outline: none;
3031
padding: 50px;
3132
}
@@ -84,10 +85,6 @@ body {
8485
font-size: 28px;
8586
}
8687

87-
#editor p {
88-
font-size: 16px;
89-
}
90-
9188
#editor blockquote {
9289
font-size: 20px;
9390
border-left: 4px solid black;

0 commit comments

Comments
 (0)