From: opi Date: Thu, 2 Jul 2015 12:05:08 +0000 (+0200) Subject: Ajout min-width pour le fix du precedent commit. X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/f208b03b435bf46541fcf369aa3096e4f7c12571 Ajout min-width pour le fix du precedent commit. --- 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; }