diff --git a/welco/static/css/style.css b/welco/static/css/style.css index 29ee430..07d06c6 100644 --- a/welco/static/css/style.css +++ b/welco/static/css/style.css @@ -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 {