Design comparison
SolutionDesign
Community feedback
- @newtothis90Posted over 1 year ago
I see the stars aren't inline with the review rating.
Since that is your current markup, you could try making your ".stars" class flex-direction: row;
instead of
flex-direction: column;
.stars{ flex-direction: row; }
and then you may or may not need to adjust the width of the ".stars" class
Otherwise, looks awesome man!
Keep going!
Marked as helpful0@hitmorecodePosted over 1 year ago@newtothis90 Thanks for pointing that out, I forgot to switch that part from mobile to desktop 🤦 😅
1
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