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) {
|
@media screen and (max-width: 700px) {
|
||||||
|
#main .main_content {
|
||||||
|
min-height: unset;
|
||||||
|
}
|
||||||
/* --------------HAMBURGER---------------------------------- */
|
/* --------------HAMBURGER---------------------------------- */
|
||||||
.nav-desktop {
|
.nav-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 700px) {
|
||||||
|
|
||||||
|
#main .main_content {
|
||||||
|
min-height: unset;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// header{
|
// header{
|
||||||
// nav{
|
// nav{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user