Skip to content

Commit

Permalink
Merge pull request #378 from tamascsaba/update-mobile-breakpoints
Browse files Browse the repository at this point in the history
update: correct mobile screen breakpoints
  • Loading branch information
martinheidegger authored Nov 15, 2023
2 parents 306859c + 187b225 commit 51a677a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2023/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const theme: DefaultTheme = {
subTitle: "2.6rem",
},
breakpoints: {
mobile: "@media (max-width: 576px)",
largerThanMobile: "@media (min-width: 577px)",
mobile: "@media (max-width: 860px)",
largerThanMobile: "@media (min-width: 861px)",
},
}

0 comments on commit 51a677a

Please sign in to comment.