Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Mobile First Layout Solution

@tabascum

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Congratulations well done. The breakpoint needs to be sooner, otherwise you'll have overflow.

/* try to se the breakpoint to 650px */
@media (max-width: 650px) {
main {
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
}
}

Marked as helpful

0

@tabascum

Posted

@hitmorecode Updated! The breakpoint you sugested is way better looking than the 375px one. Thank you.

0
hitmorecode 6,230

@hitmorecode

Posted

@tabascum anytime bro keep coding :-)

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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