Hey team,
I’ve designed a landing page whilst I work I the rest of my portfolio, however, I am running into a viewport height issue on tablet and mobile.
I have a container set to 90vh, with some text aligned to the top, and links aligned to the bottom (flexbox, vertical space between).
The issue is on tablet and mobile - the links cannot be seen on the first load because the VH is accounting for the device screen size, rather than the visible viewport height.
I’ve seen a few other posts around this but I cannot seem to find a simple fix for this, any ideas?