Skip to content

Commit

Permalink
Site grid: Update breakpoint for 3-column display
Browse files Browse the repository at this point in the history
Fixes #171
  • Loading branch information
ryelle committed Sep 22, 2023
1 parent 557fe9e commit 28c5d02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ a:where(:not(.wp-element-button)):focus-visible {
}
}

@media (max-width: 1440px) {
@media (max-width: 1600px) {
.wp-block-post-template.is-layout-grid.columns-3:not(.wporg-related-posts) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand Down

0 comments on commit 28c5d02

Please sign in to comment.