We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aaa5d7 + fe1608d commit 587a435Copy full SHA for 587a435
app/[locale]/(user)/components/Sectors.tsx
@@ -70,7 +70,7 @@ const Sectors = () => {
70
href={`/sectors/${sectors.slug}?size=9&page=1&sort=recent§ors=${capitalizeWords(sectors.slug)}`}
71
key={sectors.id}
72
>
73
- <div className="flex w-full items-center gap-5 rounded-4 bg-surfaceDefault p-7 shadow-card">
+ <div className="flex h-full min-h-[140px]w-full items-center gap-5 rounded-4 bg-surfaceDefault p-7 shadow-card transition-transform duration-300 ease-in-out hover:scale-105 hover:shadow-lg">
74
<div className="flex gap-4">
75
<Image
76
src={`/Sectors/${sectors.name}.svg`}
0 commit comments