mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Merge pull request #774 from sharetribe/profilepage-float-bug
ProfilePage: fix ListingCard float bug
This commit is contained in:
commit
1a12fea47e
1 changed files with 2 additions and 1 deletions
|
|
@ -134,11 +134,12 @@
|
|||
|
||||
.listings {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.listing {
|
||||
width: 100%;
|
||||
float: left;
|
||||
|
||||
/* Single column in mobile */
|
||||
margin-top: 34px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue