We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dac5f2 commit 257264cCopy full SHA for 257264c
src/custom/LearningCard/style.tsx
@@ -2,8 +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
- maxWidth: '28rem',
6
- minHeight: '16rem',
+ width: '28rem',
+ height: '16rem',
7
margin: 'auto',
8
borderRadius: '1rem'
9
});
0 commit comments