Remove unnecessary with of form

This commit is contained in:
2026-05-06 21:13:21 +02:00
parent 59ffc4daff
commit 8703fe4555
-1
View File
@@ -9,7 +9,6 @@ form {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 60px; margin-top: 60px;
width: 100%;
} }
footer{ footer{