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