increase max height of accordion fields for mobile

rewrite-with-urlplugin
Lorenz Hübschle-Schneider 11 years ago
parent 4259b070de
commit 73dcddac0e
  1. 2
      css/glowingbear.css

@ -426,7 +426,7 @@ h2 span, h2 small {
.panel[data-state=active] .panel-collapse {
transition: max-height 0.5s;
max-height: 35em;
max-height: 60em;
height: auto;
display: block;
}

Loading…
Cancel
Save