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