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 {
padding: 4rem 4rem 2rem 4rem;
padding: 4rem;
border: 0;
}

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<head>
<title>Jean-Cloud - Le cloud lent et local</title>
<meta charset="utf-8" />
<!-- <link rel="stylesheet" href="css/helios.css" /> -->
<!--<link rel="stylesheet" href="css/solid-state.css" />-->
<link rel="stylesheet" href="css/main.css" />
</head>
<body class="homepage is-preload">
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
@ -124,9 +124,8 @@
<!-- Contact -->
<section id="contact">
<h2>Nous contacter</h2>
<div>
<section class="split contact">
<h2>Nous contacter</h2>
<form method="post" action="/contact">
<div class="fields">
<div class="field">
@ -164,7 +163,6 @@
</ul>
</section>
</section>
</div>
</section>
</main>
@ -173,4 +171,4 @@
<p>Design : <a href="http://html5up.net">HTML5 UP</a> modifié par nos soins</p>
</footer>
</body>
</html>
</html>