📱 fix newsletter signup form width on mobile

This commit is contained in:
DrMaxNix 2024-02-20 22:33:23 +01:00
parent df1fa457c7
commit 342fd7e045
1 changed files with 5 additions and 0 deletions

View File

@ -570,6 +570,11 @@ a.box:hover {
#newsletter-signup-form-mail-address {
min-width: 22rem;
}
@media only screen and (max-width: 1000px) {
#newsletter-signup-form-mail-address {
min-width: 14rem;
}
}
.form-feedback {
position: absolute;