Design comparison
Solution retrospective
Feedback welcome. What are your normal best practices when trying to ensure that your different sections format nicely in mobile? I'm struggling with max-height, min-height, just-plain-height, etc. a little bit. Eggs typically come in pretty standardized height, you know.
Community feedback
- @markstreichPosted over 1 year ago
- What are your normal best practices when trying to ensure that your different sections format nicely in mobile?
I try to do the smallest mobile layout first, and then scale up. "Mobile first" first google link: https://dev.to/manarabdelkarim/why-do-developers-choose-mobile-first-approach-4ckn
- I'm struggling with max-height, min-height, just-plain-height, etc. a little bit.
Yeah I try to avoid height as much as possible, and let eg. flex do it's thing. It's not always possible, but there's lots of uncomfortable situations with height properties.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord