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 site using responsive grid technique

Vitaly82• 20

@Vitaly82

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi! How can I add a margin to the bottom of the page in mobile view? Also any critic or feedbacks are much appreciated. TIA

Community feedback

Mijail Hernandez• 950

@MishaHernandez

Posted

Hi Vitaly82!

  • In the mobile view your main container already has a margin assigned (margin: **5em** 1em;) but it also has a defined size (height: 90vh) and does not allow it to grow according to its content, it is the reason why you don't see the margin in the bottom. I recommend that you change the height of the main container to height: auto.

  • I also recommend that you make an intermediate view with 2 columns to generate a better responsive effect.

Greetings and continue with the challenges :)

1
Vitaly82• 20

@Vitaly82

Posted

Hi MishaHernandez, Thank you for your answer and your advice. Definitely will add 2 columns view as well. Regards

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