Skip to content

Commit

Permalink
fix: fix container padding in tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-dionysus committed Jan 15, 2024
1 parent c325a80 commit b93a1af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ const config = {
theme: {
container: {
center: true,
padding: '2rem',
padding: {
DEFAULT: '0.5rem',
sm: '1rem',
},
screens: {
'2xl': '1400px',
},
Expand Down

0 comments on commit b93a1af

Please sign in to comment.