update responsive design

This commit is contained in:
Chneemann 2024-08-22 23:48:05 +02:00
parent 5eda3c554e
commit 442be2d692
2 changed files with 17 additions and 0 deletions

View file

@ -36,3 +36,15 @@ section {
}
}
}
/*------------- RESPONSIVE -------------*/
@media screen and (max-width: 600px) {
.footer {
margin-top: 24px;
gap: 12px;
.footer-content {
margin-top: 18px;
}
}
}

View file

@ -90,4 +90,9 @@ form {
.passwordEye {
right: 18px;
}
.error-msg {
height: 16px;
padding: 6px;
}
}