ERVU-300 hide landing footer
This commit is contained in:
parent
db9792295f
commit
7d11f01af5
1 changed files with 5 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue