refactor:change the card UI expertise section
This commit is contained in:
+8
-3
@@ -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"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user