diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-09 06:11:03 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-09 06:11:03 +0200 |
commit | 8496ac6b5d084a6948e6f1143f62d5b8317ac88e (patch) | |
tree | 73d683fda0297c24ca8bc2f8f38cf93dbf7461a5 | |
parent | fcf1c0c9472e96f2fdadf6dbfeb00638c936878c (diff) |
Need more space for more check boxes in step 2
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ label input { | |||
337 | } | 337 | } |
338 | 338 | ||
339 | #wrapper.step2 .block-step2 .juice { | 339 | #wrapper.step2 .block-step2 .juice { |
340 | max-height: 1000px; | 340 | max-height: 1200px; |
341 | transition: max-height 0.5s ease; | 341 | transition: max-height 0.5s ease; |
342 | } | 342 | } |
343 | 343 | ||