1
0
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:
Thomas Heartman 2024-05-22 12:08:48 +02:00
parent beb4f39fad
commit 9bebd88707
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -174,7 +174,7 @@ const StyledDescriptionCard = styled('article')(({ theme }) => ({
zIndex: 1,
color: theme.palette.common.white,
position: 'relative',
margin: theme.spacing(3, 0),
marginBlockEnd: theme.spacing(3),
}));
const StyledDescription = styled('p')(({ theme }) => ({