From 12b43deb1f40d6ae25a76490ce39789cb4b9e1b4 Mon Sep 17 00:00:00 2001 From: Cantuerk <21caog1bif@hft-stuttgart.de> Date: Tue, 21 Jan 2025 15:59:16 +0000 Subject: [PATCH] Update public/style.css --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 4e98930..fc5461a 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: 4px; + gap: 10px; justify-content: center; align-items: center; } @@ -253,6 +253,7 @@ button:active { height: 40px; border: none; border-radius: 5px; + padding: 8px; background-color: #007BFF; cursor: pointer; transition: background-color 0.3s, transform 0.2s; @@ -267,4 +268,4 @@ button:active { .control-button:active { background-color: #0056b3; transform: scale(0.95); -} \ No newline at end of file +} -- GitLab