2018-08-29 11:44:12 +02:00
|
|
|
$default-space: 15px;
|
|
|
|
$contact-padding: $default-space * 2;
|
|
|
|
|
|
|
|
#contact-form {
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-top: $contact-padding;
|
|
|
|
|
|
|
|
.description {
|
|
|
|
padding-bottom: $contact-padding;
|
|
|
|
}
|
2019-03-14 11:47:44 +01:00
|
|
|
|
2023-01-25 17:49:13 +01:00
|
|
|
.recommandations {
|
|
|
|
p {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-17 10:41:49 +01:00
|
|
|
ul {
|
|
|
|
margin-bottom: $default-space;
|
|
|
|
}
|
2018-08-29 11:44:12 +02:00
|
|
|
}
|