Files
klz-cables.com/.pnpm-store/v10/files/ad/c2483f2c39bbe8ce9d241ce3efdd30815b77ea91f98164febaa5b19a0205e1537c2714dcc7f36052c8f0211ab0278f197ca49e1718e62561908509c17cf5a6
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

20 lines
161 B
Plaintext

*,
*::before,
*::after {
box-sizing: border-box;
}
html,
body {
margin: 0;
}
.App {
/* margin: 100px; */
height: 4000px;
}
img {
max-width: 100%;
}