refactor:change the card UI expertise section

This commit is contained in:
sanjidaRimi023
2026-04-19 20:25:48 +06:00
parent a8b73d81ec
commit e5e7089645
6 changed files with 43 additions and 40 deletions
+8 -3
View File
@@ -2,7 +2,12 @@ import type { Config } from "tailwindcss";
export default {
darkMode: ["class"],
content: ["./pages/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./app/**/*.{ts,tsx}", "./src/**/*.{ts,tsx}"],
content: [
"./pages/**/*.{ts,tsx}",
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
],
prefix: "",
theme: {
container: {
@@ -114,8 +119,8 @@ export default {
"bounce-subtle": "bounce-subtle 2s ease-in-out infinite",
},
fontFamily: {
sans: ["Inter", "system-ui", "sans-serif"],
display: ["Inter", "system-ui", "sans-serif"],
sans: ["Inter", "system-ui", "sans-serif"],
display: ["Space Grotesk", "Inter", "sans-serif"],
},
},
},