Submitted over 3 years ago
Social proof section solution. Built using Flex Box and Media query.
@Isenraf
Design comparison
SolutionDesign
Solution retrospective
When doing this project i encountered some issues converting from px to em that is when converting to em my design was messed up. But am prety sure i divided it against the correct font size. Some feedback about this could help me thanks :).
Community feedback
- @pikapikamartPosted over 3 years ago
Great work on this one.
A suggestions would be
- Your layout is good, but as soon as I resizes it, your elements, at the bottom one, the three boxes, they don't scale down right and just static creating a scrollbar at the bottom of the page and we don't want that. The reason for that is you set a fixed
width
property on the section and when you browser resizes, your container does not, maybe changing it towidth: 100%
will be much better since it will dynamically scales itself relative to the viewport.
Overall, the mobile is good and good job^
0@IsenrafPosted over 3 years agoThanks for the feedback @pikamart. I will do as you said.
0 - Your layout is good, but as soon as I resizes it, your elements, at the bottom one, the three boxes, they don't scale down right and just static creating a scrollbar at the bottom of the page and we don't want that. The reason for that is you set a fixed
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