Submitted over 1 year ago
Responsive huddle landing page with curved sections
@Nikkaburger
Design comparison
SolutionDesign
Solution retrospective
Kindly check out my code and leave me a feedback. Still having issues with setting the mobile contents within the max width any best approach to make sure overflow-x is hidden and no horizontal scroll on mobile?
Thanks for your input.
Community feedback
- @Aimal-125Posted over 1 year ago
In your css code, try using min-width instead of max-width for the body element. Don't use float maybe that's why body is overflowing. Instead put the logo in a <div> and use
justify-content: flex-end;
property to align logo at the end.Marked as helpful0
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