From 4a3d5086f82f49b5d3dda9f4390b147ca15fa60a Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 3 Apr 2025 10:12:43 +0000 Subject: [PATCH] style.css aktualisiert Neu mit Sleeptimer --- style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 38b1b65..ba37f89 100644 --- a/style.css +++ b/style.css @@ -103,7 +103,9 @@ body { } .button-container { - margin-bottom: 5px; + display: flex; + justify-content: center; + gap: 10px; } .footer { @@ -154,12 +156,6 @@ body { gap: 20px; } -.modal-content .button-container { - display: flex; - justify-content: center; - gap: 10px; -} - .modal-content table { width: 100%; border-collapse: collapse;