Fix width styling in App.jsx component

The width was changed from "100%" to 88 to ensure consistent styling and alignment with design specifications. This adjustment prevents visual discrepancies in the rendered component.
This commit is contained in:
2026-02-07 12:40:37 +01:00
parent 0fa26ddf5a
commit c0f0e72967

View File

@@ -445,7 +445,7 @@ export default function App() {
<div
style={{
height: 88, // ✅ "dünn" (kannst du 8096 spielen)
width: "100%",
width: 88,
borderRadius: 16,
background: `
radial-gradient(140% 160% at 15% 10%, rgba(235,215,175,0.88), rgba(215,185,135,0.82) 55%, rgba(165,125,75,0.75)),