From 1495a40048d810ef9afb750609fc94e123bf8fc6 Mon Sep 17 00:00:00 2001
From: Espoir-Loem <hopcy.forcy@gmail.com>
Date: Sat, 4 Jan 2025 01:22:36 +0100
Subject: [PATCH] update

---
 src/components/Footer.tsx      | 2 +-
 src/components/Header.tsx      | 2 +-
 src/components/HeroSection.tsx | 2 +-
 src/components/Listing.tsx     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index baa12d5..3684595 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -3,7 +3,7 @@ import Headling from "./Headling";
 
 const Footer = () => {
     return (
-        <footer className="px-4 lg:px-xpage flex flex-col items-center gap-14 mt-20">
+        <footer className="px-2 lg:px-xpage flex flex-col items-center gap-14 mt-20">
             <Headling/>
             <Button>
                 Contacte-moi !
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 5075153..0b37c52 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -4,7 +4,7 @@ import { Icon } from "./Icon";
 
 const Header = () => {
     return (
-        <header className="px-4 lg:px-xpage  w-full flex justify-between   md:py-7 fixed md:sticky top-5 md:top-0 z-30">
+        <header className="px-2 lg:px-xpage  w-full flex justify-between   md:py-7 fixed md:sticky top-5 md:top-0 z-30">
             <Badge zoom={.8}>Qui suis-je 👇🏾 ?</Badge>
             <IconButton>
                 <Icon name="menu"/>
diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx
index 7dda2ad..9735642 100644
--- a/src/components/HeroSection.tsx
+++ b/src/components/HeroSection.tsx
@@ -33,7 +33,7 @@ const HeroSection = () => {
                         ))
                     }
                 </div>
-                <p className="px-4  md:px-48 text-[18px] md:text-[20px] text-center  opacity-75">
+                <p className="px-2  md:px-48 text-[18px] md:text-[20px] text-center  opacity-75">
                     Chaque projet est une histoire 🌱, et je m’efforce d’en faire une œuvre mémorable 🎨. Je crée des solutions sur-mesure
                     🛠️ qui allient esthétique et efficacité ⚡, avec un œil attentif aux détails ✨. Ensemble, transformons vos idées
                     en expériences inoubliables 💫.
diff --git a/src/components/Listing.tsx b/src/components/Listing.tsx
index 9e09b79..9afbd74 100644
--- a/src/components/Listing.tsx
+++ b/src/components/Listing.tsx
@@ -12,7 +12,7 @@ const Listing = ({ type , data }: ListingType) => {
 
     
     return (
-        <section className="px-4 lg:px-xpage py-32  flex flex-col items-center gap-28">
+        <section className="px-2 lg:px-xpage py-32  flex flex-col items-center gap-28">
             <Headling />
             {
                 type == "blog" &&