Skip to content

Commit 257264c

Browse files
fix: styling issue of learning-card
Signed-off-by: rishabhsharma1997 <[email protected]>
1 parent 7dac5f2 commit 257264c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/LearningCard/style.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { styled } from '@mui/material/styles';
22
import { BLACK, ONYX_BLACK, SILVER_GRAY, WHITE } from '../../theme';
33

44
const CardWrapper = styled('div')({
5-
maxWidth: '28rem',
6-
minHeight: '16rem',
5+
width: '28rem',
6+
height: '16rem',
77
margin: 'auto',
88
borderRadius: '1rem'
99
});

0 commit comments

Comments
 (0)