Commit 22d52fca authored by Jacob Thornton's avatar Jacob Thornton

fix goign between small view large view with responsive collapse

parent b8a683d7
......@@ -695,6 +695,11 @@ form.well {
}
}
@media (min-width: 940px) {
.nav-collapse.collapse {
height: auto !important;
}
}
@media (max-width: 768px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment