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.
This commit is contained in:
2026-02-07 18:38:49 +01:00
parent b18ae57779
commit 5b901b0f98

View File

@@ -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