From bb153064bdf3742901a02bc9daa443ee3a7eb312 Mon Sep 17 00:00:00 2001
From: Dorine Lambinet <dorine.lambinet@gmail.com>
Date: Thu, 27 Jan 2022 09:58:27 +0100
Subject: [PATCH] =?UTF-8?q?R=C3=A9duit=20le=20padding=20de=20la=20navbar?=
 =?UTF-8?q?=20en=20version=20mobile?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/lib/components/NavBar.svelte | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/components/NavBar.svelte b/src/lib/components/NavBar.svelte
index a8f8e1343..2c5f96212 100644
--- a/src/lib/components/NavBar.svelte
+++ b/src/lib/components/NavBar.svelte
@@ -15,7 +15,7 @@
 </script>
 
 <div class="fixed top-0 w-full z-50">
-  <nav class="bg-le-jaune h-14 shadow-md mx-auto px-5 lg:pr-10 w-full">
+  <nav class="bg-le-jaune h-14 shadow-md mx-auto px-2 md:px-5 lg:pr-10 w-full">
     <!-- Création d'un div sur l'ensemble de la nav bar pour répartir les blocs-->
     <div class="hidden md:flex  justify-between">
       <!-- Premier div pour le logo AN et le menu A propos-->
-- 
GitLab