Submitted over 2 years ago
Responsive Intro-section-with-dropdown using NEXT + Styled-components
@besttlookk
Design comparison
SolutionDesign
Solution retrospective
Feedbacks are always welcome.
Thank you,
Happy Coding!
Community feedback
- @boedegoatPosted over 2 years ago
Great work @besttlookk. The result looks really great.
But there is one small issue, the mobile menu is kinda pushed to the right on <375px screen size so it's not responsive yet.
I think it's because the
inset
property inMobileNavigation_Wrapper
, on what I have tried before, deletinginset
and adding these styles may fixed the issue :top: 0; right: 0; width: 180px; height: 100%;
Other than that, keep it up and enjoy coding
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