montpellier ville: fix intermediate responsive size

This commit is contained in:
Frédéric Péters 2016-07-05 22:34:16 +02:00
parent da32ec9196
commit 0fe63b4aa3
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}