From 52b84ee437f83b777a2772252845b323d78b1f83 Mon Sep 17 00:00:00 2001
From: John Doe <johndoe@example.com>
Date: Sat, 25 Nov 2017 13:11:07 +0000
Subject: [PATCH] Fix UI contact part

---
 css/style.css | 2 ++
 index.php     | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index 131bc4a..3ddde2f 100755
--- a/css/style.css
+++ b/css/style.css
@@ -277,6 +277,8 @@
 
 	textarea {
 		padding: 0.5em 0.75em;
+		max-width: 100%;
+		min-width: 100%;
 	}
 
 	::-webkit-input-placeholder {
diff --git a/index.php b/index.php
index 4b7d888..d026443 100755
--- a/index.php
+++ b/index.php
@@ -194,11 +194,13 @@
 						<form method="post" action="contact.php">
 							<div class="row">
 								<div class="6u 12u(mobilep)">
+									<label>Name</label>
 									<input type="text" name="nom" placeholder="Name" />
 									<input class="nii-rob" type="text" name="firstname" placeholder="Firstname" />
 									<input class="nii-rob-2" type="text" name="lastname" placeholder="Lastname" />
 								</div>
 								<div class="6u 12u(mobilep)">
+									<label>E-mail</label>
 									<input type="email" name="email" placeholder="Email" />
 								</div>
 							</div>
@@ -227,7 +229,7 @@
 
 						<ul class="copyright">
 							<li>
-							The knights of nii. | CCA 3.0 License 
+							The Knights of Nii. | CCA 3.0 License 
 							<a target="_blank" href="https://html5up.net/directive"> | Dedign: HTML5 UP</a>
 							</li>
 						</ul>
-- 
GitLab