Skip to content

Commit

Permalink
remove large screen breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 13, 2024
1 parent 5868f71 commit 5ac0a84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/site-app/style/tailwind/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ module.exports = {
fontFamily: {
'sans': ['inter', 'ui-sans-serif', 'system-ui', 'sans-serif', "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"],
},
screens: {
'sm': '640px',
'md': '768px',
'lg': '1024px',
},
},
plugins: [require("daisyui")],
daisyui: {
Expand Down

0 comments on commit 5ac0a84

Please sign in to comment.