News Überschrift und Erstellen Button zentriert

This commit is contained in:
Karsten Tlotzek
2025-07-11 18:10:06 +02:00
parent b89714a6e7
commit 07eba7762c
2 changed files with 24 additions and 4 deletions

View File

@@ -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%;