summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 06:11:03 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 06:11:03 +0200
commit8496ac6b5d084a6948e6f1143f62d5b8317ac88e (patch)
tree73d683fda0297c24ca8bc2f8f38cf93dbf7461a5
parentfcf1c0c9472e96f2fdadf6dbfeb00638c936878c (diff)
Need more space for more check boxes in step 2
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index d233bea..fff740a 100644
--- a/style.css
+++ b/style.css
@@ -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