mobile v favorite, unit page

This commit is contained in:
2024-07-31 13:24:32 +05:00
parent cb6a603d01
commit 829804d733
5 changed files with 8 additions and 12 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
extend: {
screens: {
tablet: "768px",
},
},
},
plugins: [],
};