HXQLabs/helixque-landing

Improve responsive layout for widescreen and ultrawide displays

Open

#40 opened on Oct 1, 2025

 (10 comments) (0 reactions) (1 assignee)TypeScript (35 forks)auto 404
hacktoberfesthacktoberfest-acceptedhacktoberfest2025hacktoberfest2025-accepted

Repository metrics

Stars
 (77 stars)
PR merge metrics
 (PR metrics pending)

Description

The website currently doesn't scale optimally for widescreen monitors (2560x1440, 3440x1440, 4K, etc.). On these displays, content appears stretched, has excessive whitespace, or elements are poorly positioned.

Proposed improvements:

  • Add max-width constraints to main containers
  • Implement responsive grid/flexbox layouts for large screens
  • Add media queries targeting widescreen breakpoints (>1920px)
  • Center content appropriately with balanced margins
  • Adjust typography and spacing for better readability on wide displays

Contributor guide