From 31e4601b62522dc48d750de787ae88eff2076fc1 Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Wed, 15 Apr 2026 15:53:14 +0200 Subject: [PATCH] fix margin header --- components/layout/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 6be929b..45773b6 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -2,7 +2,7 @@ import { FiFacebook, FiInstagram, FiLinkedin, FiGithub } from "react-icons/fi"; export default function Footer() { return ( -
+
{/* Logo */} logo mg dev mb-4 @@ -33,6 +33,6 @@ export default function Footer() {

© 2026 M. Guilbert. Tous droits réservés.

- + ); } \ No newline at end of file