From 5b901b0f98fcc3594037c9ffacfb103019573de1 Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 7 Feb 2026 18:38:49 +0100 Subject: [PATCH] Add margin-left styling to target element Added a small adjustment by including a `marginLeft` property with a value of 6. This change helps ensure proper spacing and alignment for the styled element. --- frontend/src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 7d4e1f7..c9816de 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -594,6 +594,7 @@ export default function App() { transformOrigin: "center bottom", transition: "transform 180ms ease, box-shadow 180ms ease", cursor: "pointer", + marginLeft: 6, }} onMouseMove={(e) => { // einfacher Tilt ohne extra libs