montpellier ville: update to always use responsive mode (#13739)

This commit is contained in:
Frédéric Péters 2016-10-25 12:28:39 +02:00
parent 8604071b1d
commit 4e5f118dd4
2 changed files with 14 additions and 1 deletions

View File

@ -29,7 +29,7 @@ div#header a#bandeau-commune {
color: white;
font-family: adelle;
font-size: 24px;
width: 460px;
max-width: 460px;
}
a {
@ -432,6 +432,14 @@ div#services-2nd ul li img {
}
}
input, select {
max-width: 95%;
}
textarea {
max-width: 90%;
}
@media screen and (max-width: 510px) {
div#services-2nd > ul,
div#services > ul {
@ -442,4 +450,8 @@ div#services-2nd ul li img {
div#home-page-intro {
background-position: top right;
}
div#header a#bandeau-commune {
width: auto;
}
}

View File

@ -0,0 +1 @@
template.ezt