Make the captcha bigger

This commit is contained in:
Minecon724 2025-06-05 09:34:14 +02:00
commit b2cd261243

View file

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