Modification Layout Boutons Contact
This commit is contained in:
parent
baac97276d
commit
026dbb2624
@ -93,6 +93,18 @@ div.hero-body {
|
|||||||
padding-left: 5%;
|
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) {
|
@media screen and (max-width: 768px) {
|
||||||
.button.is-fullw-mobile {
|
.button.is-fullw-mobile {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -6983,6 +6983,15 @@ div.hero-body {
|
|||||||
.btn-centered div.column.hasContent {
|
.btn-centered div.column.hasContent {
|
||||||
padding-left: 5%; }
|
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) {
|
@media screen and (max-width: 768px) {
|
||||||
.button.is-fullw-mobile {
|
.button.is-fullw-mobile {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user