diff --git a/shared/index.css b/shared/index.css index 8765eee003cdb0..9c257950c4ca12 100644 --- a/shared/index.css +++ b/shared/index.css @@ -26,6 +26,7 @@ body { #editor { font-family: "Noto Serif", serif; + font-size: 16px; outline: none; padding: 50px; } @@ -84,10 +85,6 @@ body { font-size: 28px; } -#editor p { - font-size: 16px; -} - #editor blockquote { font-size: 20px; border-left: 4px solid black;