From d030678be07035743391311bb54638862c622b97 Mon Sep 17 00:00:00 2001 From: Cantuerk <21caog1bif@hft-stuttgart.de> Date: Tue, 21 Jan 2025 16:05:04 +0000 Subject: [PATCH] Update public/style.css --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index fc5461a..00b625b 100644 --- a/public/style.css +++ b/public/style.css @@ -242,7 +242,7 @@ button:active { /* Style für Move Menu */ .button-row { display: flex; - gap: 10px; + gap: 15px; justify-content: center; align-items: center; } @@ -253,7 +253,6 @@ button:active { height: 40px; border: none; border-radius: 5px; - padding: 8px; background-color: #007BFF; cursor: pointer; transition: background-color 0.3s, transform 0.2s; @@ -262,6 +261,7 @@ button:active { .control-button img { width: 40px; height: 40px; + padding: 8px; object-fit: contain; } -- GitLab