-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Discussion has been brought up that the hero section on the homepage, which features the scrolling carousel, may need to be reduced in height. It's been noted that some visitors to the site didn't realize there was more to see below it and didn't scroll down.
This is set here
monogame.github.io/website/content/public/css/main.css
Lines 398 to 400 in 66c02c8
| .carousel { | |
| height: calc(100vh - var(--navbar-height)); | |
| } |
The height is calculated to be 100% of the view height minus the height of the nav bar so that it fills the remaining space. Reducing this to 80vh seems to give still resonible hero section size while allowing for viewers to see that there's content below it
Desktop View
Mobile VIew

Metadata
Metadata
Assignees
Labels
No labels