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-bottom: 0;
}
header form {
width: unset;
}
}
#Hcontent {

View File

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