Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'd like to add a custom breakpoint like:
so I can match phones in both landscape and portrait.
Now, I also like to use
<Grid item xs={12} sm={3}>
when working in MUI, which of course then triggers at different screen sizes then the above simple query would.Did anyone encounter similar situations?
Do I have to do the grid-sizing without the convenient breakpoints now?
Beta Was this translation helpful? Give feedback.
All reactions