Correction sur les formulaires sur mobile

This commit is contained in:
leosw
2025-08-18 18:48:05 +02:00
parent fd76affce9
commit 54226e3cbd
2 changed files with 4 additions and 1 deletions

View File

@@ -276,6 +276,9 @@ header input:hover, header input:focus-within {
border-left: 6px solid blue; border-left: 6px solid blue;
border-bottom: 0; border-bottom: 0;
} }
header form {
width: unset;
}
} }
#Hcontent { #Hcontent {

View File

@@ -3,7 +3,7 @@
/*********************************/ /*********************************/
form.form { form.form {
width: 50%; width: 80%;
margin: 25px auto; margin: 25px auto;
text-align: center; text-align: center;
} }