forked from github/plane
fix: image aspect ratio
This commit is contained in:
parent
8f0ef7bf13
commit
35af45ddd7
@ -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…
Reference in New Issue
Block a user