Add shortcuts page

This commit is contained in:
1ilit
2023-09-19 15:51:44 +03:00
parent a51d5cf03d
commit 6509d42478
7 changed files with 209 additions and 5 deletions

View File

@@ -4,7 +4,15 @@ module.exports = {
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
screens: {
'3xl': {'max': '2047px'},
'2xl': {'max': '1535px'},
'xl': {'max': '1279px'},
'lg': {'max': '1023px'},
'md': {'max': '767px'},
'sm': {'max': '639px'}
},
extend: {}
},
plugins: [],
}