Fix media query in profile styles

master^2
Tudor Stanciu 2024-04-01 01:01:57 +03:00
parent 7685a7595d
commit 6798057b2d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
},