From b090195d9f3726787041894f33fca686ff21cd23 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Tue, 26 May 2026 18:30:27 +0200 Subject: [PATCH] Update article.css --- css/article.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }