Skip to content

Commit

Permalink
add screens
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Oct 12, 2023
1 parent c395437 commit c3432b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ const config: Config = {
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
],
screens: {
phone: '640px',
tablet: '768px',
laptop: '1024px',
desktop: '1280',
tv: '1536px',
projector: '1920px',
},
// TODO: adjust screen breakpoints, phone, tablet, laptop, desktop, projector
theme: {
extend: {
Expand Down

0 comments on commit c3432b6

Please sign in to comment.