Submitted almost 5 years agoA solution to the Insure landing page challenge
Insure landing page - HTML and CSS
@bluepersia

Solution retrospective
This one is very hard to keep the bugs away from.
I would like feedback as to how I could fix the header navbar for iPad sizes (around 768-1024px). It doesn't wrap properly. Thanks !
Code
Couldn’t fetch repository
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mahesh-yadav
Currently your are setting
display: none
for the navbar fordevice-width < 768px
. Since the nav links occupy large space, one of the solutions is to keep the navbar hidden for larger devices widths. You should extend mobile navbar styles to iPad sizes. i.e. upto 1024px.
Join 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