From 7abee8882567758d2174d5bc49abcc26db4d6976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 12 Jul 2021 19:55:57 +0200 Subject: [PATCH] misc: only force height of home page (#55546) --- welco/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }