Update article.css

This commit is contained in:
NOrtmann1
2026-05-26 18:30:27 +02:00
parent 1f1e7dc814
commit b090195d9f
+3 -3
View File
@@ -24,7 +24,7 @@
background: #ffffff; background: #ffffff;
} }
.wp-editor-scope #post-title { .wp-editor-scope #title {
font-size: 2.5rem; font-size: 2.5rem;
font-weight: 700; font-weight: 700;
border: none; border: none;
@@ -33,7 +33,7 @@
background: transparent; background: transparent;
} }
.wp-editor-scope #post-content { .wp-editor-scope #content {
flex: 1; flex: 1;
font-size: 1.1rem; font-size: 1.1rem;
line-height: 1.6; line-height: 1.6;
@@ -109,7 +109,7 @@
padding: 20px; padding: 20px;
} }
.wp-editor-scope #post-content { .wp-editor-scope #content {
/* Verhindert, dass das Textfeld auf kleinen Displays kollabiert */ /* Verhindert, dass das Textfeld auf kleinen Displays kollabiert */
min-height: 300px; min-height: 300px;
} }