Updated meqia query for admin/groups search box

This commit is contained in:
Phil Hughes 2016-04-07 16:19:26 +01:00
parent 45e0565f98
commit 24f18c8e52

View file

@ -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%;
}
}