update responsive design
This commit is contained in:
parent
5eda3c554e
commit
442be2d692
2 changed files with 17 additions and 0 deletions
|
|
@ -36,3 +36,15 @@ section {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*------------- RESPONSIVE -------------*/
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.footer {
|
||||
margin-top: 24px;
|
||||
gap: 12px;
|
||||
.footer-content {
|
||||
margin-top: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,4 +90,9 @@ form {
|
|||
.passwordEye {
|
||||
right: 18px;
|
||||
}
|
||||
|
||||
.error-msg {
|
||||
height: 16px;
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue