We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2affc commit 82c343dCopy full SHA for 82c343d
app/featureCard.tsx
@@ -34,14 +34,14 @@ export function FeatureCard(props: {
34
<p className="opacity-70 leading-relaxed text-lg">{props.children}</p>
35
</div>
36
<div className="w-80 max-w-full md:min-w-3/7 md:max-w-1/2">
37
- <div
+ <figure
38
className={clsx(
39
"aspect-video bg-base-200 rounded-xl border border-base-300 shadow-sm",
40
"relative overflow-hidden select-none"
41
)}
42
>
43
{props.image}
44
- </div>
+ </figure>
45
46
47
);
0 commit comments