Design comparison
SolutionDesign
Solution retrospective
Please feel free to test it, and give me some feedback! (づ。◕‿‿◕。)づ
Community feedback
- @dewslysePosted about 3 years ago
Hello @yasser22269. Congrats on your submission. Your page is very responsive. Some things to note:
- You should set a
max-width
on themain
to prevent the content from spanning the full width of the page on large devices. - I think it's easier to use
grid-template-areas
to position the individual testimonial cards on large devices. Your approach of.cards-left
and.cards-right
is causing a disparity in height between kira's card and the rest.
Marked as helpful1@yasser22269Posted about 3 years ago@dewslyse Thank you very much, I made the adjustments you told me and now it is much better than before, and you can see it now and thank you
1@dewslysePosted about 3 years ago@yasser22269 It looks much better now. If it matters to you, you could center the whole testimonial grid to the page. It is currently tucked to the left.
Marked as helpful1 - You should set a
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