summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-14 22:43:02 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-14 22:43:02 +0200
commit8b29bd3e43448b265a387a215d2f4e9155843d8b (patch)
tree61b1fc20a5ab26496a4ada26623e712a07bce0b1 /style.css
parentfa3d9bf32130cf6578567ed5e7ed064f47261720 (diff)
Fix height für step4
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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 {
432} 432}
433 433
434#wrapper.step5 .block-step5 .juice { 434#wrapper.step5 .block-step5 .juice {
435 max-height: 750px; 435 max-height: 800px;
436} 436}
437 437
438#wrapper.step6 .block-step6 .juice { 438#wrapper.step6 .block-step6 .juice {