diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-14 22:43:02 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-14 22:43:02 +0200 |
| commit | 8b29bd3e43448b265a387a215d2f4e9155843d8b (patch) | |
| tree | 61b1fc20a5ab26496a4ada26623e712a07bce0b1 | |
| parent | fa3d9bf32130cf6578567ed5e7ed064f47261720 (diff) | |
Fix height für step4
| -rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 { |
