From eeb58c0111b423648f3c30df94a0cfeaa4f98efb Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 23 May 2024 11:18:36 +0200 Subject: [PATCH] layouts/Page : justifier texte --- src/layouts/Page.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index 4067841..407f227 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -46,6 +46,7 @@ body { main { width: 40%; + text-align: justify; } @media screen and (max-width: 1200px) {