Skip to content

Commit

Permalink
fix(ui): Skip lg breakpoint for cleaner interface
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Oct 16, 2024
1 parent a28d46e commit d63082a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ module.exports = {
container: {
padding: '1rem',
},
extend: {},
extend: {
screens: {
'md': '1024px'
}
},
},
plugins: [],
}

0 comments on commit d63082a

Please sign in to comment.