updated section design
This commit is contained in:
@@ -653,7 +653,7 @@ export default function ProductsSection({ isLoaded = false }: ProductsSectionPro
|
||||
}
|
||||
.products-card {
|
||||
flex: 0 0 auto;
|
||||
width: clamp(320px, 74vw, 880px);
|
||||
width: clamp(320px, 90vw, 1280px);
|
||||
/* Fill the band between heading and progress bar, capped on huge screens */
|
||||
height: min(740px, calc(100vh - var(--pt) - var(--pb)));
|
||||
}
|
||||
@@ -704,7 +704,7 @@ export default function ProductsSection({ isLoaded = false }: ProductsSectionPro
|
||||
}
|
||||
.products-track::-webkit-scrollbar { display: none; }
|
||||
.products-track { scrollbar-width: none; }
|
||||
.products-card { height: auto; width: min(86vw, 460px); }
|
||||
.products-card { height: auto; width: min(90vw, 520px); }
|
||||
.products-card { flex-direction: column !important; }
|
||||
.products-card-content { flex: 0 0 auto !important; }
|
||||
.products-card-visual {
|
||||
|
||||
Reference in New Issue
Block a user