Fix media query in profile styles
parent
7685a7595d
commit
6798057b2d
|
@ -6,7 +6,7 @@ const getStyles = theme => {
|
||||||
panel: {
|
panel: {
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
"@media (max-width: 600px)": {
|
"@media (maxWidth: 600px)": {
|
||||||
flexDirection: "column" // change direction for small screens
|
flexDirection: "column" // change direction for small screens
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue