This commit is contained in:
Elisa 2019-09-16 23:51:00 +02:00
parent 0eafa87b38
commit aa932ab781
2 changed files with 138 additions and 140 deletions

View File

@ -274,7 +274,7 @@ hr::after {
} }
#contact > section:first-child { #contact > section:first-child {
padding: 4rem 4rem 2rem 4rem; padding: 4rem;
border: 0; border: 0;
} }

View File

@ -124,9 +124,8 @@
<!-- Contact --> <!-- Contact -->
<section id="contact"> <section id="contact">
<h2>Nous contacter</h2>
<div>
<section class="split contact"> <section class="split contact">
<h2>Nous contacter</h2>
<form method="post" action="/contact"> <form method="post" action="/contact">
<div class="fields"> <div class="fields">
<div class="field"> <div class="field">
@ -164,7 +163,6 @@
</ul> </ul>
</section> </section>
</section> </section>
</div>
</section> </section>
</main> </main>