From 8b29bd3e43448b265a387a215d2f4e9155843d8b Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 14 Aug 2016 22:43:02 +0200 Subject: =?UTF-8?q?Fix=20height=20f=C3=BCr=20step4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7dc65cb..8aa0059 100644 --- a/style.css +++ b/style.css @@ -432,7 +432,7 @@ input[type=checkbox]:not(old):checked + label > span:before { } #wrapper.step5 .block-step5 .juice { - max-height: 750px; + max-height: 800px; } #wrapper.step6 .block-step6 .juice { -- cgit v1.2.3