metz-metropole-2019: reduce margin between form buttons on mobile (#34658)

This commit is contained in:
Frédéric Péters 2019-07-16 16:50:34 +02:00
parent 7662ae517e
commit d4aa03cc9b
1 changed files with 3 additions and 0 deletions

View File

@ -882,6 +882,9 @@ form.quixote div.buttons {
padding-right: 1rem;
box-sizing: border-box;
}
@media screen and (max-width: $width) {
margin-bottom: 0.75rem;
}
}
div.previous-button {
-webkit-flex: 1;