Fix menu small
This commit is contained in:
parent
0400fe19bf
commit
af88d66d11
1 changed files with 5 additions and 3 deletions
|
@ -120,8 +120,8 @@ const styles = (theme: Theme) =>
|
|||
},
|
||||
logo: {
|
||||
"& svg": {
|
||||
width: "256px",
|
||||
padding: "20px 50px"
|
||||
padding: "20px 50px",
|
||||
width: "256px"
|
||||
},
|
||||
background: theme.palette.secondary.main,
|
||||
display: "block",
|
||||
|
@ -135,7 +135,9 @@ const styles = (theme: Theme) =>
|
|||
},
|
||||
logoSmall: {
|
||||
"& svg": {
|
||||
margin: "0px 25px"
|
||||
margin: "20px 0",
|
||||
padding: 0,
|
||||
width: "80px"
|
||||
}
|
||||
},
|
||||
menu: {
|
||||
|
|
Loading…
Reference in a new issue