style: adjust content height for new gadjo header (#31477)

This commit is contained in:
Frédéric Péters 2019-03-16 10:42:51 +01:00
parent c6fc60c3c1
commit bd1a4fdb0e
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@ body.welco-home div#main-content {
width: 100%;
border: 0;
padding: 0;
height: calc(100vh - 41px); /* #top 40px + #top border 1px */
height: calc(100vh - 61px); /* #top 60px + #top border 1px */
}
body[data-environment-label] div#main-content {
height: calc(100vh - 71px); /* #top 60px + #top border 1px + #header bottom-border 10px */
}
body.welco-home div#more-user-links {