Design comparison
Solution retrospective
Hi ~lovely people any feedback is welcomed:)
Community feedback
- @0xOctopusPosted almost 2 years ago
The desktop preview looks great, but there are a few minor adjustments that could be made, such as decreasing the letter spacing between lines of text in the paragraph or increasing the padding of your buttons. To improve responsiveness, I would recommend adding a media query for screens with a maximum width of 1000px. Inside this query, you should add the following property to your container element: flex-wrap: wrap. This will cause the cards to automatically return to the next line when the screen size is too small.
If you're interested, you can check out my repository, where I've tackled a similar challenge. It might provide some inspiration for you: https://github.com/0xOctopus/front-3.
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