Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Luka, congratulations for your new solution!
Your component is perfect and but theres a little issue with the
h1 heading
scaling, note that the h1 size doesn't follow the component, you can useflex-wrap: wrap
to make the container break the content into different rows or change thewidth
to theh1
withmax-width
.About the section with the profile stats, you can create a media query changing the
flex-direction: column
to make the stats numbers be manage in rows and save more space..followers { display: flex; flex-direction: column; }
π I hope this helps you and happy coding!
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