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 { form#downloadForm {
display: flex; display: flex;
gap: 0.5em; gap: 0.5em;
max-width: 600px; width: 350px;
width: 100%;
justify-content: center; justify-content: center;
} }