Design comparison
Solution retrospective
Okay...so this is my solution to this challenge.
I had little problems in making it responsive. Still trying to grab the concept of responsivity. Was able to manipulate my way around this one...lol.
Puhlease!!! Any feedback or comment on how to make this solution better will be very much appreciated. Thanks in advance.
Community feedback
- @PipouwPieuwPosted almost 2 years ago
Hey 👋
I opened your page on my mobile phone and it displayed fine, so I guess you managed to make it responsive 🎉
You set a fixed height on your .row, you may want to remove this. Letting the elements adapt as their content changes is very important.
Also, I may be wrong but I don't think it's necessary to use
flex-direction: row
here as it is already the default value.Overall, well done for completing this challenge! 🥳
0@MaraVengenPosted over 1 year ago@PipouwPieuw
Yes, I managed to make it responsive.
I'll get rid of the fixed height on my .row and make a mental note to avoid doing it again. Thanks for the feedback
0
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