]> nos-oignons.net Git - website.git/commitdiff
Ajout min-width pour le fix du precedent commit.
authoropi <opi@no-log.org>
Thu, 2 Jul 2015 12:05:08 +0000 (14:05 +0200)
committeropi <opi@no-log.org>
Thu, 2 Jul 2015 12:05:08 +0000 (14:05 +0200)
assets/home.css

index 282babfde53c13e02477ef166702607c54e329c7..72552681cdc9fe2bda5deac72d27d63d1c73f556 100644 (file)
@@ -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;
        }