Help - Viewport Error on Portfolio

Hello team,

Kindly assist with the Viewport error on my Portfolio. I have worked on all the other areas and all seems ok. However it seems am unable to lock down the viewport, this has given me sleepless nights trying to research and troubleshoot and am now STUCK.

Codepen: https://codepen.io/aggymbuya/pen/xMjXYZ

Please help :frowning:

In Github, it looks like: https://aggymbuya.github.io/projectsportfolio.github.io/

Thanks so much

Make sure you are removing

padding-top: 5vh;

from #welcome-section

Even though you are giving it a 100vh, itโ€™s adding up 5vh so itโ€™s 105vh in height total.

Thank you so much Shimphilip.

It has worked. Wow, that thing really troubled me.

Cheers buddy :+1: