From 0fe63b4aa35a795a593eb487cdf12dfbc12c5111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 5 Jul 2016 22:34:16 +0200 Subject: [PATCH] montpellier ville: fix intermediate responsive size --- wcs/montpellier-ville/custom-montpellier.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wcs/montpellier-ville/custom-montpellier.css b/wcs/montpellier-ville/custom-montpellier.css index a9aceb0..747aa76 100644 --- a/wcs/montpellier-ville/custom-montpellier.css +++ b/wcs/montpellier-ville/custom-montpellier.css @@ -428,16 +428,13 @@ div#services-2nd ul li img { } } -@media screen and (max-width: 800px) { +@media screen and (max-width: 510px) { div#services-2nd > ul, div#services > ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } -} - -@media screen and (max-width: 510px) { div#home-page-intro { background-position: top right; }