fix: made course list responsive for bigger screen sizes

This commit is contained in:
Jannat Patel
2025-01-09 12:24:21 +05:30
parent bb6e97992b
commit 54b7f811f7
3 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,10 @@ module.exports = {
strokeWidth: {
1.5: '1.5',
},
screens: {
'2xl': '1536px',
'3xl': '1920px',
},
},
},
plugins: [],