Fix search on mobile
This commit is contained in:
parent
35d52c3404
commit
3248aca041
5 changed files with 22 additions and 3 deletions
|
|
@ -126,4 +126,19 @@
|
|||
.filters input {
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $tablet) {
|
||||
position: static;
|
||||
margin: 1rem 0;
|
||||
max-width: 100%;
|
||||
min-width: auto;
|
||||
|
||||
.search {
|
||||
width: 100%;
|
||||
|
||||
.control:first-child {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue