From 77f21d4578052880205f43d872d842bf78086a91 Mon Sep 17 00:00:00 2001 From: Kristjan Vaga Date: Tue, 10 Nov 2015 11:49:40 +0200 Subject: [PATCH] Fix the change log panel height. Adjust spacing of Hero unit to show sponsors above fold with default window size. --- tabs/landing.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabs/landing.css b/tabs/landing.css index ee079310..70d76e00 100755 --- a/tabs/landing.css +++ b/tabs/landing.css @@ -4,11 +4,12 @@ /* general layout */ .tab-landing { + min-height: 100%; } .tab-landing .content_wrapper { padding: 0; - box-sizing: content-box; + min-height: 100%; } .tab-landing .content_top {