Responsive QR Code component using Flexbox and Media Queries

Solution retrospective
What I liked the most was using Flexbox to center the component and making the layout responsive with media queries. It felt great to see it working well on most screen sizes.
What I’d like to improve is the responsiveness on smaller screens. I think I can still adjust the card size and spacing better to make the design more polished across devices.
What challenges did you encounter, and how did you overcome them?One challenge I faced was the size of the card container. When I increased the screen width, the text would break into more lines and shift the layout.
To fix this, I set a fixed width for the container in both the responsive and desktop versions. That helped keep the text aligned and the layout consistent across different screen sizes.
What specific areas of your project would you like help with?I’d like help with responsiveness. I still struggle with adjusting sizes and spacing across different screen sizes.
I’d also appreciate tips on improving my CSS structure to make the code cleaner and more reusable.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on lucassalles-git's solution.
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