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: {
"& svg": {
height: "100%",
margin: "20px 50px"
width: "256px",
padding: "20px 50px"
},
background: theme.palette.secondary.main,
display: "block",