diff options
-rw-r--r-- | style.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -290,15 +290,19 @@ input[type="text"] { | |||
290 | transition: max-height 0.5s ease; | 290 | transition: max-height 0.5s ease; |
291 | } | 291 | } |
292 | 292 | ||
293 | #wrapper.step5 .block-step5 .juice { | 293 | #wrapper.step2 .block-step2 .juice { |
294 | max-height: 1000px; | ||
295 | transition: max-height 0.5s ease; | ||
296 | } | ||
297 | |||
298 | #wrapper.step5 .block-step5 .juice, | ||
299 | #wrapper.step6 .block-step6 .juice { | ||
294 | max-height: 500px; | 300 | max-height: 500px; |
295 | transition: max-height 0.5s ease; | 301 | transition: max-height 0.5s ease; |
296 | } | 302 | } |
297 | 303 | ||
298 | #wrapper.step2 .block-step2 .juice, | ||
299 | #wrapper.step3 .block-step3 .juice, | 304 | #wrapper.step3 .block-step3 .juice, |
300 | #wrapper.step4 .block-step4 .juice, | 305 | #wrapper.step4 .block-step4 .juice, |
301 | #wrapper.step6 .block-step6 .juice, | ||
302 | #wrapper.step7 .block-step7 .juice, | 306 | #wrapper.step7 .block-step7 .juice, |
303 | #wrapper.step7 .block-step7 | 307 | #wrapper.step7 .block-step7 |
304 | { | 308 | { |