mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
CSmall change, updated cards in team
This commit is contained in:
parent
97a32490ee
commit
3239cdd4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue