fix: image aspect ratio
This commit is contained in:
parent
8f0ef7bf13
commit
35af45ddd7
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ export const SingleProjectCard: React.FC<ProjectCardProps> = ({
|
|||
}
|
||||
alt={project.name}
|
||||
layout="fill"
|
||||
objectFit="cover"
|
||||
className="rounded-t-[10px]"
|
||||
/>
|
||||
<div className="absolute left-7 bottom-4 flex items-center gap-3 text-white">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue