diff --git a/public/style.css b/public/style.css index 4e9893095faed25b5461455f22086c8d900461f1..fc5461a7699792afbd1965ba15cc8485c59ad3a7 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 +}