Commit ba2bbd4b authored by Mike Greiling's avatar Mike Greiling

fix mobile view for branch index header

parent 36d6af43
......@@ -256,6 +256,10 @@
.nav-text,
.nav-controls {
width: auto;
@media (max-width: $screen-xs-max) {
width: 100%;
}
}
}
......
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