From 2d6bbf5bc174f32a3113d840264c5a79b47645b2 Mon Sep 17 00:00:00 2001 From: Corentin Breton Date: Mon, 6 Jun 2016 15:42:36 +0200 Subject: Mise a jour du design --- ressources/styles/default.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/ressources/styles/default.css b/ressources/styles/default.css index 33bfd82..a755860 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -49,8 +49,8 @@ overflow-x: hidden; body { margin-left: 10%; margin-right: 10%; -margin-top: 10%; -margin-bottom: 10%; +margin-top: 0%; +margin-bottom: 0%; position: relative; display: flex; flex-direction: column; @@ -76,21 +76,13 @@ box-shadow: text-align: center; } -/* Logo */ -.logo { - float:left; - margin-top: -1%; - width: 8%; - margin-left: 0%; -} - /* Design du titre */ .title { margin-left:auto; margin-right:auto; margin-left: 38.5%; - margin-top: 3%; - margin-bottom: 4%; + margin-top: 0.5%; + margin-bottom: 1%; width:35%; color: #fff; font-family: "Reckoner_Bold"; @@ -113,10 +105,10 @@ box-shadow: .article { background-color: rgb(238, 238, 238); color: #000000; - margin-bottom: 30%; + /*margin-bottom: 30%;*/ margin-left: 10%; margin-right: 10%; - margin-top: 30%; + margin-top: 17%; padding: 2%; box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); } -- cgit v1.2.1