fix: align testimonial cards with section card style
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -115,7 +115,7 @@ const ReviewCard = ({ img, name, position, body, improvement }: Review) => {
|
|||||||
return (
|
return (
|
||||||
<figure
|
<figure
|
||||||
className={cn(
|
className={cn(
|
||||||
"bg-card hover:bg-accent/50 relative h-full w-full cursor-pointer overflow-hidden rounded-xl border p-4",
|
"bg-muted/20 relative h-full w-full overflow-clip rounded-xl border p-5",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="flex flex-row items-center gap-2">
|
<div className="flex flex-row items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user