From 08b6d8ce8917221047e29ab190be32b01db4eefc Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Fri, 25 Jan 2019 17:36:19 +0100
Subject: [PATCH] Better fix top bar

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

diff --git a/css/style.css b/css/style.css
index 0576929..169c6d9 100644
--- a/css/style.css
+++ b/css/style.css
@@ -18,10 +18,10 @@ h2{
 	}
 
 #top {
-	padding: 20px 35px;
     margin: 20px;
-    margin-bottom: 10%;
+    padding-bottom: 10%;
 	background: #fff;
+	border-bottom: 1px solid rgba(22,54,36,.1);
 }
 	#top a {
 		float: left;
@@ -146,7 +146,6 @@ h2{
  */
 .content {
 	padding: 10px 0px;
-	border-top: 1px solid rgba(22,54,36,.1);
 }
 	.content  ul, .content ol, .items li ul {
 		padding: 20px 30px;
-- 
GitLab