We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bffc64c + 4083428 commit 07e3a60Copy full SHA for 07e3a60
1 file changed
src/custom/LearningCard/style.tsx
@@ -2,7 +2,8 @@ import { styled } from '@mui/material/styles';
2
import { BLACK, ONYX_BLACK, SILVER_GRAY, WHITE } from '../../theme';
3
4
const CardWrapper = styled('div')({
5
- width: '28rem',
+ maxWidth: '28rem',
6
+ minWidth: '10rem',
7
height: '16rem',
8
margin: 'auto',
9
borderRadius: '1rem'
0 commit comments