login/register form - footer odstranjen min-height za mobile
This commit is contained in:
parent
7fb37a973f
commit
bc331353db
@ -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;
|
||||
|
@ -5,6 +5,11 @@
|
||||
}
|
||||
@media screen and (max-width: 700px) {
|
||||
|
||||
#main .main_content {
|
||||
min-height: unset;
|
||||
|
||||
}
|
||||
|
||||
// header{
|
||||
// nav{
|
||||
// flex-direction: column-reverse;
|
||||
|
Loading…
x
Reference in New Issue
Block a user