ERVU-300 hide landing footer

This commit is contained in:
m.epshtein 2025-02-26 17:35:03 +03:00
parent db9792295f
commit 7d11f01af5

View file

@ -211,6 +211,8 @@ body.webbpm.ervu_lkrp_fl {
}
.webbpm.ervu_lkrp_fl .container {
display: flex;
flex-direction: column;
padding-top: var(--h-header);
bottom: 0;
}
@ -226,6 +228,9 @@ body.webbpm.ervu_lkrp_fl {
flex: 1;
padding: var(--indent-huge) var(--w-screen);
}
.webbpm.ervu_lkrp_ul .container-inside home-landing + app-footer {
display: none;
}
/*@media ((max-width: 780px) or ((orientation: landscape) and (max-device-width : 1024px))) {*/
@media (max-width: 1024px) {