CSmall change, updated cards in team

This commit is contained in:
Karthik Sankar 2024-06-28 18:58:56 +08:00 committed by Max Wofford
parent 97a32490ee
commit 3239cdd4ec

View file

@ -17,7 +17,7 @@ export default function Bio({ popup = true, spanTwo = false, ...props }) {
alignItems: popup ? 'center' : 'flex-start',
transition: 'transform 0.125s ease-in-out',
'&:hover':
(text && popup) || href ? { transform: 'scale(1.025)' } : {},
{ transform: 'scale(1.025)' },
cursor: (text && popup) || href ? 'pointer' : null,
textDecoration: 'none',
maxWidth: '600px',