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