mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
formatting push
This commit is contained in:
parent
93a056ddcc
commit
53fa50e3fe
4 changed files with 11 additions and 11 deletions
|
|
@ -13,7 +13,7 @@
|
|||
padding: 0 30px 33px 30px;
|
||||
}
|
||||
|
||||
@media (--viewportLarge) {
|
||||
@media (--viewportLarge) {
|
||||
padding: 0 30px 81px 30px;
|
||||
border-top: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,11 +59,11 @@
|
|||
|
||||
.showMore {
|
||||
margin-left: 5px;
|
||||
@apply --marketplaceH4FontStyles;
|
||||
@apply --marketplaceH4FontStyles;
|
||||
}
|
||||
|
||||
.links {
|
||||
@apply --marketplaceH4FontStyles;
|
||||
@apply --marketplaceH4FontStyles;
|
||||
}
|
||||
|
||||
.withBioMissingAbove {
|
||||
|
|
|
|||
|
|
@ -20,14 +20,14 @@
|
|||
padding: 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
min-height: 500px;
|
||||
height: 80vh;
|
||||
max-height: none;
|
||||
min-height: 500px;
|
||||
height: 80vh;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
@media (--viewportLarge) {
|
||||
min-height: 600px;
|
||||
height: calc(100vh - var(--topbarHeightDesktop));
|
||||
min-height: 600px;
|
||||
height: calc(100vh - var(--topbarHeightDesktop));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
margin-bottom: 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 48px;
|
||||
margin-top: 48px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
@media (--viewportLarge) {
|
||||
|
|
@ -175,14 +175,14 @@
|
|||
}
|
||||
|
||||
.mobileReviews {
|
||||
margin-bottom: 36px;
|
||||
margin-bottom: 36px;
|
||||
}
|
||||
|
||||
.desktopReviews {
|
||||
margin-top: 28px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-bottom: 48px;
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
|
||||
@media (--viewportLarge) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue