Skip to content

Commit

Permalink
feat: add custom width
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyrusso committed Aug 28, 2023
1 parent 41c28e4 commit 90741fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ module.exports = {
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {},
theme: {
extend: {
width: {
"tech-card-container": "85.5625rem",
},
},
},
daisyui: {
themes: [
{
Expand Down

0 comments on commit 90741fb

Please sign in to comment.