Update createArticle.css

This commit is contained in:
2026-05-29 13:31:10 +02:00
parent cb07a4c80f
commit 5b3e7bf426
+4
View File
@@ -6,6 +6,10 @@
color: #1e1e1e; color: #1e1e1e;
background-color: #f0f2f5; background-color: #f0f2f5;
box-sizing: border-box; box-sizing: border-box;
max-width: 1200px;
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
width: 100%;
} }
.article-editor-scope * { .article-editor-scope * {