mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
fix: margin
This commit is contained in:
parent
03230fcff9
commit
5d48ce3f03
@ -11,7 +11,7 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
},
|
},
|
||||||
environmentMetrics: {
|
environmentMetrics: {
|
||||||
border: `1px solid ${theme.palette.grey[300]}`,
|
border: `1px solid ${theme.palette.grey[300]}`,
|
||||||
margin: '1rem',
|
margin: '0.5rem',
|
||||||
width: '30%',
|
width: '30%',
|
||||||
},
|
},
|
||||||
[theme.breakpoints.down(1000)]: {
|
[theme.breakpoints.down(1000)]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user