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

@ -1,13 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Jean-Cloud - Le cloud lent et local</title> <title>Jean-Cloud - Le cloud lent et local</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<!-- <link rel="stylesheet" href="css/helios.css" /> --> <!-- <link rel="stylesheet" href="css/helios.css" /> -->
<!--<link rel="stylesheet" href="css/solid-state.css" />--> <!--<link rel="stylesheet" href="css/solid-state.css" />-->
<link rel="stylesheet" href="css/main.css" /> <link rel="stylesheet" href="css/main.css" />
</head> </head>
<body class="homepage is-preload"> <body class="homepage is-preload">
<div id="page-wrapper"> <div id="page-wrapper">
<!-- Header --> <!-- Header -->
@ -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>
@ -173,4 +171,4 @@
<p>Design : <a href="http://html5up.net">HTML5 UP</a> modifié par nos soins</p> <p>Design : <a href="http://html5up.net">HTML5 UP</a> modifié par nos soins</p>
</footer> </footer>
</body> </body>
</html> </html>