Updated meqia query for admin/groups search box
This commit is contained in:
parent
45e0565f98
commit
24f18c8e52
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue