From 3773381bf3732c3f70a4e88f6f7890c29d0915ec Mon Sep 17 00:00:00 2001 From: Poulpe Date: Tue, 21 Apr 2026 09:49:30 +0000 Subject: [PATCH] =?UTF-8?q?site=20v14=20=E2=80=94=20justification=20des=20?= =?UTF-8?q?paragraphes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 10b83bd..69fe58a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -36,6 +36,10 @@ @apply transition-colors; } + p { + @apply text-justify; + } + /* Respect reduced motion */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { @@ -70,7 +74,7 @@ } .lead { - @apply text-lg md:text-xl text-foam-100/90 leading-relaxed; + @apply text-lg md:text-xl text-foam-100/90 leading-relaxed text-justify; } .glass {