From 07eba7762c4a67e352e43eb886eb6357de8d3950 Mon Sep 17 00:00:00 2001 From: Karsten Tlotzek Date: Fri, 11 Jul 2025 18:10:06 +0200 Subject: [PATCH] =?UTF-8?q?News=20=C3=9Cberschrift=20und=20Erstellen=20But?= =?UTF-8?q?ton=20zentriert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSS/style.css | 18 ++++++++++++++++++ Views/News/showNews.phtml | 10 ++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CSS/style.css b/CSS/style.css index e49d023..ca0726e 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -382,6 +382,24 @@ a { .nav-links .links { margin: 0 12px; } + .content-container { + width: 90vw; + max-width: 1200px; + margin: 24px auto; + padding: 16px 8px; + box-sizing: border-box; + } + .news-header { + text-align: center; + margin-bottom: 24px; + } + .news-header h2 { + margin-bottom: 16px; + } + .news-header .admin-btn { + margin: 0 auto; + display: inline-block; + } } table { width: 100%; diff --git a/Views/News/showNews.phtml b/Views/News/showNews.phtml index 4d157c4..4dfea22 100644 --- a/Views/News/showNews.phtml +++ b/Views/News/showNews.phtml @@ -1,10 +1,12 @@
-

Alle Infos

- - News erstellen - +
+

Alle Infos

+ + News erstellen + +