From 1cd0b3e0891dc086aa63b966ce9f4681ac3b78fe Mon Sep 17 00:00:00 2001 From: dzeko003 Date: Wed, 6 Mar 2024 14:21:39 +0100 Subject: [PATCH] Modification du formulaire --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3c18d9e..387be29 100644 --- a/style.css +++ b/style.css @@ -141,7 +141,7 @@ section { } .contact { - padding: 0 25%; + padding: 0 35%; background: var(--blue-sombre); width: 100%; height: 100vh; @@ -186,6 +186,7 @@ section { .contact form .box { display: flex; justify-content: space-between; + flex-wrap: wrap; } .submitBox {