Fix menu container width

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-09 10:16:02 +02:00
parent 0af9196786
commit ed86f95421

View file

@ -120,8 +120,8 @@ const styles = (theme: Theme) =>
}, },
logo: { logo: {
"& svg": { "& svg": {
height: "100%", width: "256px",
margin: "20px 50px" padding: "20px 50px"
}, },
background: theme.palette.secondary.main, background: theme.palette.secondary.main,
display: "block", display: "block",