Skip to content

Commit

Permalink
fix: responsive override
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Sep 23, 2024
1 parent 53a4f71 commit 1c6ffbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ const config = {
fontFamily: {
sans: ['Inter, Arial , Verdana , Helvetica , sans-serif'],
},
},
variants: {

extend: {
screens: {
md: '776px',
'md': '776px',
},
},
},

plugins: [
plugin(function ({ addUtilities, theme }) {
// Dividers
Expand Down

0 comments on commit 1c6ffbf

Please sign in to comment.