chore: zoom on hover

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-27 05:08:27 +00:00
parent 21ee0a7ac5
commit 4b2d38cae3
2 changed files with 18 additions and 16 deletions

View File

@@ -21,7 +21,11 @@ export default function ToolCard({
borderColor: '#5581b5',
color: '#fff',
boxShadow: '6px 6px 12px #b8b9be, -6px -6px 12px #fff',
cursor: 'pointer'
cursor: 'pointer',
height: '100%',
'&:hover': {
transform: 'scale(1.05)'
}
}}
>
<CardContent>