social proof section master

Please log in to post a comment
Log in with GitHubCommunity feedback
- @newtothis90
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 helpful
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