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

Everything with flexbox

@siavashgholami

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I try to add 1rem margin to left and right to my Summary class in mobile view but it didnt work any idea why? thx

Community feedback

@MaximilianoDanielGarcia

Posted

Hey, try changing the padding:

@media screen and (max-width: 650px)
.Summery {
    width: 100%;
    padding: 2rem;
}
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