login/register form - footer odstranjen min-height za mobile

This commit is contained in:
Nejc Kovač 2022-06-29 09:26:43 +02:00
parent 7fb37a973f
commit bc331353db
2 changed files with 8 additions and 0 deletions

View File

@ -724,6 +724,9 @@ body.reset_password_activate div.label {
}
@media screen and (max-width: 700px) {
#main .main_content {
min-height: unset;
}
/* --------------HAMBURGER---------------------------------- */
.nav-desktop {
display: none;

View File

@ -5,6 +5,11 @@
}
@media screen and (max-width: 700px) {
#main .main_content {
min-height: unset;
}
// header{
// nav{
// flex-direction: column-reverse;