Design comparison
SolutionDesign
Solution retrospective
Any feedback is sought after.
Community feedback
- @Sami-21Posted about 3 years ago
The UI is clean great job, but it's not mobile friendly. I suggest optimizing it for mobile version.
0@iliand1Posted about 3 years ago@Sami-21 Hello! I know that.. Could you give me a direction for how to make it mobile first?
0@Sami-21Posted about 3 years ago@iliand1 try changing the flex-direction property
@media(max-width:700px/*for example*/){ . container/*the name depends on your classes*/{ flex-direction: column; } }
Marked as helpful0
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