Skip to content

Commit

Permalink
fix: maxWidth of px-shell due padding from 2.5 to 2rem
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Sep 23, 2024
1 parent 6115789 commit e4d7024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
paddingRight: "1rem",
};
newUtilities[".px-container"] = {
maxWidth: "1360px",
maxWidth: "1344px",
margin: "0 auto",
paddingLeft: "1rem",
paddingRight: "1rem",
Expand Down

0 comments on commit e4d7024

Please sign in to comment.