Design comparison
SolutionDesign
Solution retrospective
How can I fix the ratings? Specifically the width of their background.
Community feedback
- @JunoFieldPosted over 2 years ago
Hi,
It seems that while trying to offset the review sections horizontally, you have accidentally offset the contents inside them instead by using
justify-content
. Fortunately this is very easy to fix - simply remove that line and add amargin-left
instead.In terms of their width, if you want to add a fixed width simply add
width: ___px
to their CSS.Hope this helps!
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