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:
@@ -444,8 +444,8 @@ export default function App() {
|
||||
{/* Dünnes Pergament */}
|
||||
<div
|
||||
style={{
|
||||
height: 88, // ✅ "dünn" (kannst du 80–96 spielen)
|
||||
width: 88,
|
||||
height: 96, // ✅ "dünn" (kannst du 80–96 spielen)
|
||||
width: "90%",
|
||||
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)),
|
||||
|
||||
Reference in New Issue
Block a user