From 57caff5958ca4e2e2f0c57c836b351fd76bd0fea Mon Sep 17 00:00:00 2001 From: LATCHIMY Nicolas Date: Wed, 14 Jan 2026 00:34:24 +0400 Subject: [PATCH] ratio maj5 --- src/components/ui/ParchmentCard.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/ui/ParchmentCard.astro b/src/components/ui/ParchmentCard.astro index ee11986..55e48b1 100644 --- a/src/components/ui/ParchmentCard.astro +++ b/src/components/ui/ParchmentCard.astro @@ -16,5 +16,9 @@ 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; + + /* Contraint la largeur pour une meilleure lisibilité (environ 75 caractères) */ + width: 100%; + max-width: 70ch; } \ No newline at end of file