Skip to content

Commit 811cae0

Browse files
committed
fix responsive issue
Signed-off-by: FaheemOnHub <faheemmushtaq89@gmail.com>
1 parent 7371ba6 commit 811cae0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/custom/LearningCard/style.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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-
width: '28rem',
5+
maxWidth: '28rem',
6+
minWidth: '10rem',
67
height: '16rem',
78
margin: 'auto',
89
borderRadius: '1rem'

0 commit comments

Comments
 (0)