diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 22:41:30 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 22:41:30 +0200 |
commit | f25f8313296ecc5000bbf54ac30a364d02071b03 (patch) | |
tree | 5ef00e42d321fa5a6bacadb7a52469f18afe270d | |
parent | ab3a467e732e3ebc807ddf6d884e2e0efc8dc0ea (diff) |
Fix height of section
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
427 | } | 427 | } |
428 | 428 | ||
429 | #wrapper.step4 .block-step4 .juice { | 429 | #wrapper.step4 .block-step4 .juice { |
430 | max-height: 700px; | 430 | max-height: 950px; |
431 | } | 431 | } |
432 | 432 | ||
433 | #wrapper.step5 .block-step5 .juice { | 433 | #wrapper.step5 .block-step5 .juice { |