diff --git a/src/components/ui/ParchmentCard.astro b/src/components/ui/ParchmentCard.astro index ee11986..c41fd4d 100644 --- a/src/components/ui/ParchmentCard.astro +++ b/src/components/ui/ParchmentCard.astro @@ -15,6 +15,10 @@ padding: 2rem; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); backdrop-filter: blur(4px); /* Effet de verre dépoli pour voir la texture du fond */ - margin-bottom: 2rem; + margin: 0 auto 2rem auto; /* Centre la carte horizontalement */ + + /* Contraint la largeur pour une meilleure lisibilité (environ 75 caractères) */ + width: 100%; + max-width: 75ch; } \ No newline at end of file