Files
klz-cables.com/.pnpm-store/v10/files/10/1c9e88994455cba8f2d65359788c2c3824205e737eb3307b986563429a567778dfa650dfd1c9320007cc6aa5862ca3ec51261e1ed432547d20d30085cb2786
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

17 lines
358 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.item-card-grid {
--gap: var(--base);
gap: var(--gap);
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
margin-bottom: var(--base);
&__title {
color: var(--theme-elevation-400);
margin-bottom: calc(var(--base) / 2);
}
}
}