wuts
@waldosmutsAll comments
- @marco3724@waldosmuts
Looks great in both 1440p and 375p resolutions.
Might I suggest setting the width to auto on desktop resolution and adding some margin to the right of it. The same can be done for the mobile resolution by setting only the height to auto. If viewed in any resolution other than 1440p or 375p it causes the image to stretch.
When it comes to the mobile view of the side-navbar I'd recommend the having the dropdowns show on click instead of hover since clicking elsewhere causes the dropdown to disappear for mobile users.
Also just remove the shadow and background on the dropdowns in mobile view and remember to put your name and link in the footer.
Hope this was helpful!
Marked as helpful - @BenConfig@waldosmuts
You can animate the transition by adding a transition property to your elements. I set my body transition to 0.4s for all elements, should work for you too.
Marked as helpful