diff --git a/welco/static/css/style.css b/welco/static/css/style.css index 07d06c6..60000cf 100644 --- a/welco/static/css/style.css +++ b/welco/static/css/style.css @@ -9,7 +9,7 @@ body.welco-home div#main-content { height: calc(100vh - 61px); /* #top 60px + #top border 1px */ } -body[data-environment-label] div#main-content { +body.welco-home[data-environment-label] div#main-content { height: calc(100vh - 71px); /* #top 60px + #top border 1px + #header bottom-border 10px */ }