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.
This commit is contained in:
2026-02-07 18:39:52 +01:00
parent 5b901b0f98
commit 2018b24029

View File

@@ -594,7 +594,7 @@ export default function App() {
transformOrigin: "center bottom", transformOrigin: "center bottom",
transition: "transform 180ms ease, box-shadow 180ms ease", transition: "transform 180ms ease, box-shadow 180ms ease",
cursor: "pointer", cursor: "pointer",
marginLeft: 6, marginLeft: 20,
}} }}
onMouseMove={(e) => { onMouseMove={(e) => {
// einfacher Tilt ohne extra libs // einfacher Tilt ohne extra libs