Skip to content

Commit

Permalink
correccion develop tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
claymartinez committed Sep 18, 2023
1 parent 65457b2 commit 042229f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ module.exports = {
banner:
'url("https://i0.wp.com/citymagazine.si/wp-content/uploads/2022/05/2023-audi-rs5-coupe-competition.jpg?fit=1920%2C1080&ssl=1")',
},

maxWidth: {
'f-hd': '1920px',
},
minWidth: {
100: '100px',
},
gap: {
50: '50px',
},
},
maxWidth: {
'f-hd': '1920px',
},
minWidth: {
100: '100px',
},
gap: {
50: '50px',
},
plugins: [],
},
plugins: [],
};

0 comments on commit 042229f

Please sign in to comment.