Submitted over 2 years ago
Sunnyside Responsive Landing Page built with SCSS
@rawatdev
Design comparison
SolutionDesign
Solution retrospective
When I resize my window from large to small, then its navbar goes from desktop position to mobile position above the screen, which i don't want to see while resizing otherwise its working fine. How to solve this issue ?
Community feedback
- @renrasPosted over 2 years ago
You can make a separate
nav
for mobile and desktop and make use ofdisplay: none
. This will reduce complexities in your layout. Otherwise, make yourtransition
more specific by targeting only the property you want animated.1@rawatdevPosted over 2 years ago@renras Thankyou for the good suggestions. I will incorporate it into my other websites.
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