Add contact form

This commit is contained in:
Paul Chavard 2018-08-29 10:44:12 +01:00
parent 41815cfb1c
commit bad107ffae
5 changed files with 201 additions and 0 deletions

View file

@ -0,0 +1,12 @@
$default-space: 15px;
$contact-padding: $default-space * 2;
#contact-form {
width: 1040px;
margin: 0 auto;
padding-top: $contact-padding;
.description {
padding-bottom: $contact-padding;
}
}