Correction du centrage des boutons sur tout supports (a tester)

This commit is contained in:
Anthony Dumas
2019-03-19 09:59:19 +01:00
parent 0290cce7eb
commit 4d4e3917f4
3 changed files with 39 additions and 45 deletions

View File

@@ -89,16 +89,8 @@ div.hero-body {
margin-right: env(safe-area-inset-right);
}
.btn-centered div.column.hasContent {
padding-left: 5%;
}
.btn-centered .button+.button {
margin-left: 80px;
}
.btn-centered .button {
min-width: 150px;
.button {
min-width: 155px;
}
@media screen and (max-width: 768px) {