Skip to content

Commit

Permalink
hotfix: adjust Tailwind container classes
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Oct 4, 2024
1 parent 097b1cf commit d788ab2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ module.exports = {
},
fontFamily: {
...fontFamily
},
// match screens to Bootstrap's breakpoints for now
screens: {
xs: { max: "544px" },
sm: { max: "800px" },
md: { max: "1088px" },
lg: { max: "1344px" }
}
},
plugins: [
Expand Down

0 comments on commit d788ab2

Please sign in to comment.