Skip to content

Commit 4d49584

Browse files
Merge pull request #679 from dragon-slayer875/master
[chore] Update setup prerequisite card css
2 parents 70d1d88 + 7e84a91 commit 4d49584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/custom/SetupPrerequisite/style.tsx

Lines changed: 1 addition & 2 deletions
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',
@@ -37,7 +37,6 @@ const Card = styled('a')(({ theme }) => ({
3737
const CardHeader = styled('div')({
3838
display: 'flex',
3939
alignItems: 'center',
40-
margin: '1rem 0 !important',
4140
gap: '1rem'
4241
});
4342

0 commit comments

Comments
 (0)