From 5445895909ad34926819a8022a18b31c213636ee Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sun, 5 Apr 2026 18:40:45 +0200 Subject: [PATCH] correct contact --- src/pages/contact.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 55fec09..91c1268 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -314,8 +314,7 @@ const stripImages = [ } .contact__info { - flex-direction: row; - justify-content: space-between; + flex-direction: column; gap: 2rem; } }