Replies: 2 comments
-
Those issues could probably be fixed with |
Beta Was this translation helpful? Give feedback.
-
In truth, the division into screen sizes sm, md, lg itself is conceptually incorrect. This division is conceptual rather than real. Most of the companies where I worked used the rule of setting media for each element separately. This is already part of the specification CSS Container Queries. In your specific case, you just need the child blocks to take the width of the parent, this is your layout problem, not tw. You can use non-breaking space and |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With multiple mobile devices under 362, I think that there should be a new breakpoint: xs. xs would be all devices over 362px. I'm mainly asking for this because of what you see below:


To be clear, those are all from the Galaxy fold, but making a breakpoint for just the galaxy fold seems a bit dumb, so I added 80px over the galaxy fold to include a number of other phones. I also wanted to make it useful to more people who don't care about the 3 people that use the galaxy fold and have it make more sense as a global breakpoint versus me just adding it to my config.
Beta Was this translation helpful? Give feedback.
All reactions