Having trouble with an error with layout

!

The error is about making the section the height of the viewport, I’ve set it on 100vh but don’t know what else I should do.

Thanks in advance for the help

Can’t get to your code to check it. 100vh worked for me when I did this one. Try giving the welcome section box-sizing:border-box; in case your padding is the issue

Thank you, that worked!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.