mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Fix alignment on listing page
This commit is contained in:
parent
10d25041b6
commit
a66d947838
1 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,8 @@
|
|||
margin-top: 50px;
|
||||
margin-bottom: 0px;
|
||||
/* contentContainer's full width - (bookingColumn + two paddings + margin + border) */
|
||||
flex-basis: calc(100% - 493px);
|
||||
max-width: calc(100% - 433px);
|
||||
flex-basis: calc(100% - 433px);
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
|
@ -260,7 +261,6 @@
|
|||
|
||||
@media (--viewportMedium) {
|
||||
position: absolute;
|
||||
left: 60px;
|
||||
top: -49px;
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue