From 9cbbea27feaa5dffecf089e909851dda24162a23 Mon Sep 17 00:00:00 2001 From: opi Date: Sun, 28 Jun 2015 16:18:05 +0200 Subject: [PATCH] Correction de l'alignement des images du header. --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index a53aa29..f75089c 100644 --- a/local.css +++ b/local.css @@ -102,7 +102,7 @@ thead td { } @media screen and (min-width: 400px) { .body-wrapper > header { - background: url("assets/filet.png") no-repeat scroll 99% 80% #FFF; + background: url("assets/filet.png") no-repeat scroll 99% 104px #FFF; } } @@ -110,7 +110,7 @@ thead td { #logo { display: block; width: 394px; /* same as .pageheader .header:margin-left */ - height: 100px; + height: 104px; max-width: 100%; background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left; background-size: 100%; -- 2.39.2