From 54226e3cbd8ab04e8fcfd7cc2e60deca381e1fc5 Mon Sep 17 00:00:00 2001 From: leosw Date: Mon, 18 Aug 2025 18:48:05 +0200 Subject: [PATCH] Correction sur les formulaires sur mobile --- views/css/d.index.css | 3 +++ views/css/d.user.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/views/css/d.index.css b/views/css/d.index.css index 3078a36..03979fa 100755 --- a/views/css/d.index.css +++ b/views/css/d.index.css @@ -276,6 +276,9 @@ header input:hover, header input:focus-within { border-left: 6px solid blue; border-bottom: 0; } + header form { + width: unset; + } } #Hcontent { diff --git a/views/css/d.user.css b/views/css/d.user.css index d5ff7db..57141ce 100755 --- a/views/css/d.user.css +++ b/views/css/d.user.css @@ -3,7 +3,7 @@ /*********************************/ form.form { - width: 50%; + width: 80%; margin: 25px auto; text-align: center; }