grandlyon-sau: reduce urgence categories icons on mobile (#33074)

This commit is contained in:
Serghei Mihai 2019-05-22 11:49:41 +02:00
parent fc2ad4d63b
commit 8623edce64
1 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,10 @@ div.cell > div {
margin: 0 auto;
text-align: center;
display: block;
@media screen and (max-width: $mobile-limit) {
background-size: auto 3em;
padding-top: 4em;
}
}
&:hover {
@extend %homepage-block-hover;