Contact form width fixed.

This commit is contained in:
JesseBrault0709 2024-06-09 12:19:11 +02:00
parent 5d45c14a7e
commit c0164c8137

View File

@ -372,7 +372,7 @@ article.compositions {
}
article.contact {
min-width: 500px;
min-width: min(100%, 500px);
}
form.contact {