main page + clients page fixes

This commit is contained in:
2024-02-19 18:01:21 +05:00
parent ad0aa62f13
commit 4dc43ff56e
17 changed files with 270 additions and 123 deletions
+5 -3
View File
@@ -2,9 +2,11 @@
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
// extend: {animation: {
// 'spin-slow': 'spin 3s linear infinite',
// }},
extend: {
backgroundImage: {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
},
},
},
plugins: [],
};