Design comparison
SolutionDesign
Solution retrospective
any feedback are appreciate.
Community feedback
- @denieldenPosted over 2 years ago
Hi Dyota, great job! Congratulations on completing the challenge.
The site is not responsive in the large screen, above
1440px
there is a white band on the right. Removemax-width: 1440px;
from body for fix it.If you want the content not to exceed
1440px
create acontainer
class to use where needed.Overall you did well! Hope this help and happy coding!
Marked as helpful1@samudriawanPosted over 2 years agoHi, I can not render above
1366px
so thank you very much for your help.I added
margin-inline: auto;
tobody
to center the content.Best wishes.
1
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