fix(css): added responsive media query for phones that fix header wrap

This commit is contained in:
Torkel Ödegaard 2016-06-29 14:35:58 -07:00
parent ae8fabdad3
commit 5676a35d9a

View File

@ -5,6 +5,7 @@
// Media queries
// ---------------------
@include media-breakpoint-down(sm) {
div.panel {
width: 100% !important;
@ -33,6 +34,12 @@
}
}
@include media-breakpoint-down(xs) {
.page-dashboard .navbar-page-btn {
max-width: 150px;
}
}
// form styles
@include media-breakpoint-up(md) {
.page-dashboard .navbar-page-btn {