Skip to content
Snippets Groups Projects

Updated media query for admin/groups search box

Merged Phil Hughes requested to merge admin-pages-layout-sass-update into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -58,12 +58,12 @@
.nav-search {
display: inline-block;
width: 50%;
width: 100%;
padding: 11px 0;
/* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-min) {
width: 100%;
@media (min-width: $screen-sm-min) {
width: 50%;
}
}
Loading