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