Skip to content

Home Page Hero Carousel Size #239

@AristurtleDev

Description

@AristurtleDev

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

.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

Image

Mobile VIew

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions