Landing page with height 100vh for Hero section causing trouble on larger screen sizes.
So I have a div for hero section to which I have given 100vh which looks decent on normal screen sizes but on large monitors it has extra white space which is a problem. what would be the best way to solve it ? giving it a max-height perhaps ?
1 Reply
You could either give it a max height as you suggest or vertically center it's contents.