Merge pull request #774 from sharetribe/profilepage-float-bug

ProfilePage: fix ListingCard float bug
This commit is contained in:
Vesa Luusua 2018-03-21 16:31:16 +02:00 committed by GitHub
commit 1a12fea47e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,11 +134,12 @@
.listings {
margin: 0;
display: flex;
flex-wrap: wrap;
}
.listing {
width: 100%;
float: left;
/* Single column in mobile */
margin-top: 34px;