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) { @media screen and (max-width: 700px) {
#main .main_content {
min-height: unset;
}
/* --------------HAMBURGER---------------------------------- */ /* --------------HAMBURGER---------------------------------- */
.nav-desktop { .nav-desktop {
display: none; display: none;

View File

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