Commit 5676a35d by Torkel Ödegaard

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

parent ae8fabda
......@@ -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 {
......
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