Skip to content

Commit

Permalink
fix: correct container centering value in Tailwind configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Dec 4, 2024
1 parent 54b843e commit 368d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
prefix: "",
theme: {
container: {
center: 'true',
center: true,
padding: '2rem',
screens: {
'2xl': '1400px'
Expand Down

0 comments on commit 368d683

Please sign in to comment.