We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e084c commit c1e5e65Copy full SHA for c1e5e65
src/Lumi/Components/Column.purs
@@ -48,7 +48,7 @@ styles = jss
48
, display: "flex"
49
, flexDirection: "column"
50
51
- , "& @media (max-width: 860px)":
+ , "@media (max-width: 860px)":
52
{ flexDirection: "row"
53
}
54
src/Lumi/Components/Row.purs
@@ -42,7 +42,7 @@ styles = jss
42
43
, flexDirection: "row"
44
45
46
{ flexDirection: "column"
47
0 commit comments