disable filter and sort in mobile for now

This commit is contained in:
pablodip 2018-01-25 08:33:18 +01:00
parent fdec3ad56b
commit 834f826092

View File

@ -420,6 +420,12 @@
justify-content: space-between;
}
@media (max-width: 767px) {
.open-bounties-filter-and-sort {
display: none;
}
}
.open-bounties-filter {
display: flex;
}