69fe333aad
On suit les recommandations de l'audit RGAA 2021, mais il y aurait encore peut-être à redire…
15 lines
237 B
SCSS
15 lines
237 B
SCSS
$default-space: 15px;
|
|
$contact-padding: $default-space * 2;
|
|
|
|
#contact-form {
|
|
margin: 0 auto;
|
|
padding-top: $contact-padding;
|
|
|
|
.description {
|
|
padding-bottom: $contact-padding;
|
|
}
|
|
|
|
ul {
|
|
margin-bottom: $default-space;
|
|
}
|
|
}
|