diff --git a/public/style.css b/public/style.css index fc5461a7699792afbd1965ba15cc8485c59ad3a7..00b625bd173f204aaabcde86b0568d1709bb577b 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; }