Make the captcha bigger

This commit is contained in:
Minecon724 2025-06-05 09:34:14 +02:00
commit 1c02394a0d
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -626,3 +626,7 @@ input:-webkit-autofill:active,
width: 100% !important;
}
}
.captcha-img {
width: min(30em, 100%);
}