metz-metropole: reduce size allocated for application icons (#40972)

This commit is contained in:
Frédéric Péters 2020-03-24 16:27:18 +01:00
parent 4091413ee9
commit 12c0f2d750
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,13 @@
}
}
a.big-image-link {
background-size: 170px auto;
@media screen and ($max-mobile-viewport) {
background-size: auto 80px;
}
}
div#up a {
background: url(img/FLECHE-elus.svg);
}