diff --git a/html/gruppen.tar.gz b/html/gruppen.tar.gz
index d8f4a74..ea03b82 100644
Binary files a/html/gruppen.tar.gz and b/html/gruppen.tar.gz differ
diff --git a/html/gruppen/index.html b/html/gruppen/index.html
index 1bd3499..fd676d8 100644
--- a/html/gruppen/index.html
+++ b/html/gruppen/index.html
@@ -9,7 +9,6 @@
Gruppen der Fußball-WM 2026
-
diff --git a/html/gruppen/styles/index.css b/html/gruppen/styles/index.css
index d3aa153..1382057 100644
--- a/html/gruppen/styles/index.css
+++ b/html/gruppen/styles/index.css
@@ -2,7 +2,7 @@ body {
font-family: sans-serif;
line-height: 1.6;
color: #333;
- max-width: 800px;
+ max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
background-color: #f9f9f9;
@@ -13,16 +13,23 @@ h1 {
text-align: center;
}
+.container {
+ display: grid;
+ grid-template-columns: repeat(4, 1fr);
+ gap: 15px;
+}
+
table {
width: 100%;
+ font-size: 12px;
border-collapse: collapse;
background: white;
- margin-bottom: 20px;
+ margin: 0;
}
th, td {
border: 1px solid #ddd;
- padding: 12px;
+ padding: 6px;
text-align: left;
}