lille-metropole: right align form next button (#37844)

This commit is contained in:
Frédéric Péters 2020-01-11 14:50:51 +01:00
parent 80621ec673
commit 7b7e98820f
1 changed files with 5 additions and 1 deletions

View File

@ -176,4 +176,8 @@ footer {
@include desktop-vertical-steps() {
font-size: 1.4em;
}
}
}
div#rub_service div.submit-button {
float: right;
}