From 2286002daf6085c42d1046dd9a39aafd52798667 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 18:33:34 +0200 Subject: Allow for tighter transitions --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 8cfcd9c..8a1c7df 100644 --- a/style.css +++ b/style.css @@ -290,15 +290,19 @@ input[type="text"] { transition: max-height 0.5s ease; } -#wrapper.step5 .block-step5 .juice { +#wrapper.step2 .block-step2 .juice { + max-height: 1000px; + transition: max-height 0.5s ease; +} + +#wrapper.step5 .block-step5 .juice, +#wrapper.step6 .block-step6 .juice { max-height: 500px; transition: max-height 0.5s ease; } -#wrapper.step2 .block-step2 .juice, #wrapper.step3 .block-step3 .juice, #wrapper.step4 .block-step4 .juice, -#wrapper.step6 .block-step6 .juice, #wrapper.step7 .block-step7 .juice, #wrapper.step7 .block-step7 { -- cgit v1.2.3