1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-10 21:48:32 +05:30

fix: css class and positioning issues in page

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2025-01-01 20:08:08 +05:30
parent 63fc69c1fa
commit f1d6d1f8df
5 changed files with 42 additions and 2080 deletions

View File

@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./layouts/**/*.html", "./public/**/*.html"],
content: [
"./layouts/**/*.html",
"./assets/**/*.html",
"./public/**/*.html"
],
theme: {
extend: {},
},