diff --git a/css/article.css b/css/article.css index 7879667..063d8aa 100644 --- a/css/article.css +++ b/css/article.css @@ -24,7 +24,7 @@ background: #ffffff; } -.wp-editor-scope #post-title { +.wp-editor-scope #title { font-size: 2.5rem; font-weight: 700; border: none; @@ -33,7 +33,7 @@ background: transparent; } -.wp-editor-scope #post-content { +.wp-editor-scope #content { flex: 1; font-size: 1.1rem; line-height: 1.6; @@ -109,7 +109,7 @@ padding: 20px; } - .wp-editor-scope #post-content { + .wp-editor-scope #content { /* Verhindert, dass das Textfeld auf kleinen Displays kollabiert */ min-height: 300px; }