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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user