From f208b03b435bf46541fcf369aa3096e4f7c12571 Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 2 Jul 2015 14:05:08 +0200 Subject: [PATCH] Ajout min-width pour le fix du precedent commit. --- assets/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/home.css b/assets/home.css index 282babf..7255268 100644 --- a/assets/home.css +++ b/assets/home.css @@ -6,7 +6,7 @@ } .body-wrapper > header {background: none;} } -@media screen and (max-width: 900px) { +@media screen and (min-width: 45em) and (max-width: 900px) { #logo { background-position: right center; } -- 2.39.2