Adjust dimensions of dünnes Pergament component

Updated the height to 96 and set the width to 90% for better scaling and alignment of the dünnes Pergament component. These changes ensure improved visual consistency and responsiveness.
This commit is contained in:
2026-02-07 12:43:02 +01:00
parent c0f0e72967
commit dbca035ca0

View File

@@ -444,8 +444,8 @@ export default function App() {
{/* Dünnes Pergament */} {/* Dünnes Pergament */}
<div <div
style={{ style={{
height: 88, // ✅ "dünn" (kannst du 8096 spielen) height: 96, // ✅ "dünn" (kannst du 8096 spielen)
width: 88, width: "90%",
borderRadius: 16, borderRadius: 16,
background: ` 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)), 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)),