From 275c6f62cfb9f916f547a569ce91a5e0e0983485 Mon Sep 17 00:00:00 2001
From: CARRON Guilhem <guilhem.carron@soprasteria.com>
Date: Thu, 23 Jul 2020 10:25:48 +0200
Subject: [PATCH] Fix margin in navbar

---
 src/styles/components/_nav.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/styles/components/_nav.scss b/src/styles/components/_nav.scss
index 5d12b45c7..e6e5b155e 100644
--- a/src/styles/components/_nav.scss
+++ b/src/styles/components/_nav.scss
@@ -41,8 +41,7 @@
 @media #{$tablet} {
   .c-nav-item {
     height: 54px;
-    margin-top: -0.3rem;
-    padding: 0rem 0 0.8rem 0;
+    margin: -0.3rem 0 0 0;
   }
 }
 
-- 
GitLab