From f25f8313296ecc5000bbf54ac30a364d02071b03 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 14 Aug 2016 22:41:30 +0200 Subject: Fix height of section --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 82e3ead..f199147 100644 --- a/style.css +++ b/style.css @@ -427,7 +427,7 @@ input[type=checkbox]:not(old):checked + label > span:before { } #wrapper.step4 .block-step4 .juice { - max-height: 700px; + max-height: 950px; } #wrapper.step5 .block-step5 .juice { -- cgit v1.2.3