Skip to content

Landing page: hero content not vertically centred in viewport #7

@richshaw

Description

@richshaw

Problem

The hero content on the landing page (/) sits in the lower-left of the viewport rather than being vertically centred. On a typical screen the content appears roughly two-thirds of the way down, which reads as bottom-anchored rather than intentionally placed.

Current behaviour

The page wrapper does not fill the viewport height, so the content flows from the top with a fixed margin, leaving a large empty space below.

Suggested fix

Make the hero container fill the full viewport height and centre its content vertically:

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

This would give the landing page a strong, confident first impression that matches the quality of its copy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions