fix: correct form icon positioning in mobile view

This commit is contained in:
Chneemann 2025-05-07 08:02:07 +02:00
parent e5c4e5a527
commit d25c9a3095
2 changed files with 9 additions and 4 deletions

View file

@ -53,15 +53,15 @@ section {
@media screen and (max-width: 660px) {
.content {
padding: 28px;
.headline {
font-size: 36px;
}
}
}
@media screen and (max-width: 600px) {
.content {
width: 80%;
.headline {
font-size: 36px;
}
}
}

View file

@ -115,7 +115,12 @@ form {
}
}
.passwordEye {
.email-icon,
.password-icon {
left: 18px;
}
.password-eye {
right: 18px;
}