15 lines
248 B
SCSS
15 lines
248 B
SCSS
|
.nous-contacter {
|
||
|
width: calc(100% - 2rem);
|
||
|
margin: 2rem auto;
|
||
|
|
||
|
@include respond-to("small-up") {
|
||
|
width: 55%;
|
||
|
}
|
||
|
@include respond-to("medium-up") {
|
||
|
width: 35%;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
}
|