HXQLabs/helixque-landing

Improve responsive layout for widescreen and ultrawide displays

开放

#40 创建于 2025年10月1日

 (10 条评论) (0 个反应) (1 位负责人)TypeScript (35 个派生)auto 404
hacktoberfesthacktoberfest-acceptedhacktoberfest2025hacktoberfest2025-accepted

仓库指标

星标
 (77 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南