Skip to content

Commit 9da3587

Browse files
chore: update setup prerequisite card css
Signed-off-by: Rudraksh Tyagi <[email protected]>
1 parent 70d1d88 commit 9da3587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/SetupPrerequisite/style.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const ContainerCardWrapper = styled('div')(({ theme }) => ({
2222
}));
2323

2424
const Card = styled('a')(({ theme }) => ({
25+
flex: '1',
2526
padding: '2rem',
2627
textDecoration: 'none',
2728
background: theme.palette.mode === 'light' ? '#EEEEEE' : '#212121',
28-
maxWidth: '20rem',
2929
minHeight: '21.5rem',
3030
transition: '0.8s cubic-bezier(0.2, 0.8, 0.2, 1)',
3131
borderRadius: '10px',

0 commit comments

Comments
 (0)