Design comparison
Solution retrospective
Pretty happy with the way this turned out. Only question is there seems to be an overflow problem regarding the Featured Blocks. Specifically the "Flowing Conversations" card in the middle. When scaling the browser down horizontally, the text goes past its. How can one remedy this issue?
Community feedback
- @mattstuddertPosted almost 5 years ago
You've done a really good job on this challenge, it looks great! The overflow issue is coming from the
padding
on the.card-blurb
class. If you remove it for tablet and have a play around with the rest of the spacings then it will resolve the issue.Keep up the great work!
0@vongphakdyPosted almost 5 years ago@mattstuddert Thanks for the tip. Ideally I want the text to stay within the div/it's container. I modified the
.card-blurb
style by addingword-wrap: break-word
to prevent having to add another media query for tablets. This didn't work so it seems the best current solution is to adjust the padding per your suggestion0
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