Fix menu small

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-09 16:02:12 +02:00
parent 0400fe19bf
commit af88d66d11

View file

@ -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: {