mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
Fix listing page baseline alignment
This commit is contained in:
parent
e279e82199
commit
a44072f481
1 changed files with 6 additions and 6 deletions
|
|
@ -237,11 +237,11 @@
|
|||
|
||||
.headingContainer {
|
||||
margin-top: 22px;
|
||||
margin-bottom: 33px;
|
||||
margin-bottom: 34px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
display: flex;
|
||||
margin-bottom: 55px;
|
||||
margin-bottom: 53px;
|
||||
}
|
||||
}
|
||||
.desktopPriceContainer {
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -302,7 +302,7 @@
|
|||
margin-bottom: 0;
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -514,7 +514,7 @@
|
|||
@media (--viewportLarge) {
|
||||
display: block;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 42px;
|
||||
margin-bottom: 47px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -524,7 +524,7 @@
|
|||
color: var(--matterColor);
|
||||
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue