From fbdbd13cbdc0465e84b1c7b4dc87c9d16f331bdb Mon Sep 17 00:00:00 2001
From: Eliah REBSTOCK <eliah.rebstock@ensiie.fr>
Date: Fri, 6 May 2016 18:19:56 +0200
Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20des=20boutons=20du=20nav,?=
 =?UTF-8?q?=20pour=20le=20responsive?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 www/css/style.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www/css/style.css b/www/css/style.css
index cbaa13f..c2600f3 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -194,10 +194,9 @@ nav ul {
 nav ul li {
     display: inline-block;
     text-align: center;
-    margin:0 5px 2px 5px;
-    padding: 2px 8px 0 8px;
     line-height: 28px;
     height:28px;
+    margin-bottom:2px;
     border-radius: 2px;
     color:blanchedalmond;
     background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0));
@@ -498,6 +497,10 @@ article h2{
         float: left;
     }
 
+    nav ul li{
+    margin:0 5px 2px 5px;
+    padding: 2px 8px 0 8px;
+    }
 
     header{
         min-height: 40px;
-- 
GitLab