Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Ashaduzzaman Mondal, congratulations for your new solution!
Your solution is amazing and fully responsive! The only thing you can really improve is by creating a media query to keep the profile section in different rows, note that under 290px the container info start to not fit good.
Here's the fixes:
@media (max-width: 300px) { .creator-info { 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