From 4ff10e1afd05139c1eba10f5f5144ce22c43d129 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Mon, 25 Jul 2016 22:11:04 +0200 Subject: Fix graphic mistakes --- ressources/styles/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ressources/styles/default.css b/ressources/styles/default.css index 221c69f..4f2cd9a 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -105,10 +105,10 @@ box-shadow: .article { background-color: rgb(238, 238, 238); color: #000000; - /*margin-bottom: 30%;*/ + margin-bottom: 10%; margin-left: 10%; margin-right: 10%; - margin-top: 17%; + margin-top: 26%; padding: 2%; box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); } @@ -130,7 +130,7 @@ box-shadow: width: 100%; margin-left: -2.7%; padding-left: 5.5%; - margin-top: -2.6%; + margin-top: -2.7%; margin-bottom:3%; box-shadow: 0 5px #DB1C36; } -- cgit v1.2.1