mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #581 from sharetribe/booking-breakdown-layout
Fix booking breakdown layout in sale page
This commit is contained in:
commit
952311ae38
1 changed files with 2 additions and 2 deletions
|
|
@ -207,7 +207,7 @@
|
|||
}
|
||||
|
||||
.breakdownDesktop {
|
||||
margin: 0 48px 0 48px;
|
||||
margin: 0 48px 50px 48px;
|
||||
}
|
||||
|
||||
.feedContainer {
|
||||
|
|
@ -293,7 +293,7 @@
|
|||
box-shadow: none;
|
||||
width: auto;
|
||||
margin: 0 48px 48px 48px;
|
||||
padding: 50px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue