Skip to content

Commit ed92541

Browse files
committed
Add transition scale
1 parent 7140cff commit ed92541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/theme-card.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const ThemeCard = ({ title, description, image, href }) => {
1010
</div>
1111
<div className="flex-1">
1212
<a href={href}>
13-
<img className="mt-0 rounded-xl" src={image} alt={title} style={{ pointerEvents: 'none' }} />
13+
<img className="mt-0 rounded-xl hover:scale-105 transition-all" src={image} alt={title} />
1414
</a>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)