From 3b34d2546704f0ef0161e4b7c69b2a79988142b1 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Mon, 6 Jan 2025 19:51:26 +0000 Subject: [PATCH] style.css aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kleine Änderung an den drei Preset Buttons --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8fc10a4..7c9a7a2 100644 --- a/style.css +++ b/style.css @@ -92,10 +92,11 @@ body { .preset-item h3 { margin: 0; flex: 1; /* Flexibel innerhalb des Items */ + } .preset-item button { - margin-left: 5px; + margin-left: 2px; cursor: pointer; }