Implemented smallest header breakpoint

This commit is contained in:
adilallo
2025-08-01 12:55:52 -06:00
parent 290761bded
commit eff5dc9f97
14 changed files with 286 additions and 16 deletions
+5 -4
View File
@@ -1,5 +1,6 @@
const config = {
plugins: ["@tailwindcss/postcss"],
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;