Adjust card dimensions in App component.
Updated the card's width and maxWidth to better fit the design requirements. This change ensures a more consistent and visually appealing layout.
This commit is contained in:
@@ -581,8 +581,8 @@ export default function App() {
|
|||||||
{/* Die Karte selbst (kleiner als Container) */}
|
{/* Die Karte selbst (kleiner als Container) */}
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
width: "78%", // ✅ nicht volle Breite
|
width: "48%", // ✅ nicht volle Breite
|
||||||
maxWidth: 320,
|
maxWidth: 220,
|
||||||
aspectRatio: "63 / 88", // typisch Kartenformat
|
aspectRatio: "63 / 88", // typisch Kartenformat
|
||||||
borderRadius: 16,
|
borderRadius: 16,
|
||||||
border: `2px solid ${borderColor}`,
|
border: `2px solid ${borderColor}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user