Merge pull request #722 from sharetribe/searchresultspanel-style-fix

Fix: SearchFiltersPanel also needs paddings on SearchPage
This commit is contained in:
Vesa Luusua 2018-02-26 18:39:26 +02:00 committed by GitHub
commit 30a6f44769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,11 @@
.searchFiltersPanel {
flex-grow: 1;
display: flex;
padding: 0 24px 24px 24px;
@media (--viewportLarge) {
padding: 0 36px 36px 36px;
}
}
.listings {
@ -95,9 +100,6 @@
display: flex;
flex-direction: column;
padding: 0;
@media (--viewportLarge) {
}
}
.newSearchInProgress {