Huddle landing page with alternating feature blocks
Design comparison
Solution retrospective
Any feedback will be appreciated. 🤗
Community feedback
- @abdulrahman-rwimPosted about 3 years ago
Hi Kasia your solution for this challenge looks really awesome well done everything looks almost perfect, just one thing I noticed on the mobile view is the illustration image causing an overflow issue, to solve the problem: you can give the image a
max-width:100%;
to make sure not getting bigger, try this code:img.header__main-illustration { max-width: 100%; }
, thefont-size
for.button--pink
on the mobile view really small if you make it16px
will be perfect, and that's all, happy coding 😄Marked as helpful0@kzaleskaaPosted about 3 years ago@abdulrahman-rwim thanks, I've just added your suggestions 😊
0
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