Skip to content

fix(grid): adjust xxxl breakpoint to 2160px#7197

Merged
Eetwalt merged 1 commit intomainfrom
fix-breakpoints
Mar 4, 2026
Merged

fix(grid): adjust xxxl breakpoint to 2160px#7197
Eetwalt merged 1 commit intomainfrom
fix-breakpoints

Conversation

@Eetwalt
Copy link
Collaborator

@Eetwalt Eetwalt commented Mar 3, 2026

Summary

Removed the 1921px breakpoint, moving the xxxl layout changes to trigger at 2160px instead (matching the current largest breakpoint in the skin).

This PR should be merged in sync with skin and lighthouse changes so the project breakpoints are aligned.

How did you test this change?

devtools

Copilot AI review requested due to automatic review settings March 3, 2026 11:22
@Eetwalt Eetwalt requested review from a team as code owners March 3, 2026 11:22
@Eetwalt Eetwalt added the stylesheets Changes to stylesheets label Mar 3, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the grid system’s xxxl breakpoint so that xxxl-specific layout utilities only apply on wider viewports, aligning responsive behavior with a larger intended “max” breakpoint.

Changes:

  • Updated all xxxl @media ( min-width: … ) queries in the shared grid stylesheet from 1921px to 2160px.
  • This shifts when .lp-d-xxxl-* and .lp-col-xxxl* utilities take effect.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@hjpalpha hjpalpha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/shrug

@Eetwalt Eetwalt merged commit de7c878 into main Mar 4, 2026
11 checks passed
@Eetwalt Eetwalt deleted the fix-breakpoints branch March 4, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stylesheets Changes to stylesheets

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants