We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238a282 commit ddc7befCopy full SHA for ddc7bef
1 file changed
src/components/home/materials.tsx
@@ -37,7 +37,6 @@ export function Materials() {
37
return (
38
<section className="mx-auto flex max-w-400 flex-col-reverse gap-24 p-11 py-28 sm:px-20 2xl:flex-row 2xl:items-start 2xl:gap-32">
39
<div className="flex grow flex-col gap-4 sm:gap-6 2xl:gap-8 2xl:pt-44">
40
-
41
{/* Desktop Cards */}
42
<div className="hidden gap-4 sm:grid sm:grid-cols-2 sm:gap-12 2xl:gap-20">
43
{featuredCards.map((card) => (
0 commit comments