From 1e6737cbefa8462ec7ef931ac0a06e51c04f64d1 Mon Sep 17 00:00:00 2001 From: cay Date: Tue, 7 Apr 2026 09:08:17 +0100 Subject: [PATCH] fxgj --- public/css/events.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/events.css b/public/css/events.css index 76f577c..a9b4a4b 100644 --- a/public/css/events.css +++ b/public/css/events.css @@ -413,9 +413,15 @@ } /* Wood-UI: Bild + Slot auf gleiche Größe wie Booster-Slots zwingen */ +#wood-ui .booster-stage { + justify-content: center; + align-items: center; + gap: 20px; +} + #wood-ui .booster-left, #wood-ui .booster-slot { - flex: 0 0 calc((100% - 50px) / 6); /* dieselbe Breite wie 1 von 6 Booster-Slots */ + flex: 0 0 calc((100% - 50px) / 6); max-width: calc((100% - 50px) / 6); }