fix: fix width for form

This commit is contained in:
MasterAcnolo
2026-05-31 21:12:35 +02:00
parent 0218664c5a
commit 13ee4c170b

View File

@@ -40,8 +40,7 @@ form button:hover {
form#downloadForm {
display: flex;
gap: 0.5em;
max-width: 600px;
width: 100%;
width: 350px;
justify-content: center;
}