responsive: fix FranceConnect button size (#19543)

This commit is contained in:
Serghei Mihai 2017-10-19 16:39:01 +02:00
parent 44fa8e003d
commit 0a7e60d4cd
2 changed files with 5 additions and 1 deletions

View File

@ -819,6 +819,10 @@ div.cut-edit {
}
div#account-management-fc {
text-align: center;
@media screen and (max-width: $mobile-limit) {
width: 300px;
margin: 0 auto;
}
}
}

View File

@ -52,7 +52,7 @@ div#methods div#fc-button-wrapper {
box-shadow: none;
text-align: center;
img {
width: 70%;
width: 300px;
}
}
a.button {