Update article.css
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user