Modification Layout Boutons Contact

This commit is contained in:
Anthony Dumas 2019-03-15 17:30:26 +01:00
parent baac97276d
commit 026dbb2624
2 changed files with 21 additions and 0 deletions

View File

@ -93,6 +93,18 @@ div.hero-body {
padding-left: 5%;
}
.btn-centered {
padding-left: 25%;
}
.btn-centered .button+.button {
margin-left: 80px;
}
.btn-centered .button {
min-width: 150px;
}
@media screen and (max-width: 768px) {
.button.is-fullw-mobile {
display: flex;

View File

@ -6983,6 +6983,15 @@ div.hero-body {
.btn-centered div.column.hasContent {
padding-left: 5%; }
.btn-centered {
padding-left: 25%; }
.btn-centered .button + .button {
margin-left: 80px; }
.btn-centered .button {
min-width: 150px; }
@media screen and (max-width: 768px) {
.button.is-fullw-mobile {
display: flex;