From 4602f092bdd0a4174148c155744f12e70200966d Mon Sep 17 00:00:00 2001 From: "louis.germain" Date: Fri, 27 Oct 2023 20:38:28 +0200 Subject: [PATCH] Modification du style de la page de contact --- contact.php | 7 +++---- css/style.css | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/contact.php b/contact.php index 8b2b6fe..17e0ee9 100644 --- a/contact.php +++ b/contact.php @@ -12,7 +12,7 @@
-

Louis GERMAIN

- +

Me contacter

diff --git a/css/style.css b/css/style.css index cc50176..9be8e07 100755 --- a/css/style.css +++ b/css/style.css @@ -123,6 +123,6 @@ nav > div:hover .sous { #deroule_wrapper { position: absolute; top:32px; - width: 20.05%; - left: 20%; + width: 20.05vw; + left: 20vw; } \ No newline at end of file