scss: remove vertical margin of a2 blocks on mobile (#35259)

This commit is contained in:
Frédéric Péters 2019-08-06 18:53:32 +02:00
parent defbd320df
commit eb11d22ecc
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ div.a2-block {
& form, & p {
margin: 1em 0.5em;
}
@media screen and (max-width: $mobile-limit) {
margin: 0 auto;
}
}
div#sidebar + div#columns div.a2-block {