From 2018b2402957b02affba1368fb62641c56e62e21 Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 7 Feb 2026 18:39:52 +0100 Subject: [PATCH] Adjust button margin for improved spacing Increased the `marginLeft` value from 6 to 20 in the button styling for better alignment and visual consistency in the layout. This change ensures a more polished appearance. --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index c9816de..3c7e9dc 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -594,7 +594,7 @@ export default function App() { transformOrigin: "center bottom", transition: "transform 180ms ease, box-shadow 180ms ease", cursor: "pointer", - marginLeft: 6, + marginLeft: 20, }} onMouseMove={(e) => { // einfacher Tilt ohne extra libs