mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
Fix media query in profile styles
This commit is contained in:
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…
x
Reference in New Issue
Block a user