We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1790bce commit 0b92118Copy full SHA for 0b92118
components/Card.tsx
@@ -23,7 +23,7 @@ export default function Card({
23
24
return (
25
<div
26
- className={`flex flex-col gap-8 col-span-$(cols) bg-white p-8 justify-center ${alignClass}`}
+ className={`flex flex-col gap-8 bg-white p-8 justify-center ${alignClass}`}
27
style={{
28
gridColumnEnd: `span ${cols}`,
29
gridRowEnd: `span ${rows}`,
0 commit comments