Fix menu container width
This commit is contained in:
parent
0af9196786
commit
ed86f95421
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue