mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
fix responsive (#135)
This commit is contained in:
@@ -8,6 +8,17 @@ export default {
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
theme: {
|
||||
screens: {
|
||||
'3xs': '320px',
|
||||
'2xs': '375px',
|
||||
'xs': '480px',
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
'3xl': '1920px'
|
||||
},
|
||||
extend: {
|
||||
keyframes: {
|
||||
celebrate: {
|
||||
|
||||
Reference in New Issue
Block a user