Is it possible to reverse the order of the columns in a Grid component? #1864
Answered
by
lachlanjc
piducancore
asked this question in
Q&A
-
Hey, everyone 👋 <Grid columns={[ 1, 2 ]}>
<Box>Column A</Box>
<Box>Column B</Box>
</Grid> Is it possible to reverse the order of columns at different screen sizes? |
Beta Was this translation helpful? Give feedback.
Answered by
lachlanjc
Jul 14, 2021
Replies: 1 comment 1 reply
-
There's nothing custom in Theme UI for this, but standard CSS will do it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
piducancore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's nothing custom in Theme UI for this, but standard CSS will do it: