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 */}
|
{/* Dünnes Pergament */}
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
height: 88, // ✅ "dünn" (kannst du 80–96 spielen)
|
height: 96, // ✅ "dünn" (kannst du 80–96 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)),
|
||||||
|
|||||||
Reference in New Issue
Block a user