mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
feat: fix some margins
This commit is contained in:
parent
beb4f39fad
commit
9bebd88707
@ -174,7 +174,7 @@ const StyledDescriptionCard = styled('article')(({ theme }) => ({
|
|||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
color: theme.palette.common.white,
|
color: theme.palette.common.white,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
margin: theme.spacing(3, 0),
|
marginBlockEnd: theme.spacing(3),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const StyledDescription = styled('p')(({ theme }) => ({
|
const StyledDescription = styled('p')(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user