change hero height to 55vh

This commit is contained in:
2025-04-17 22:15:28 -08:00
parent ab54ea3a7c
commit 1b46838397
698 changed files with 29646 additions and 62355 deletions

View File

@@ -20,6 +20,7 @@
"build:styles": "npx tailwindcss -i ./src/app.css -o ./dist/css/flowbite.css"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.4",
"@tailwindcss/postcss": "^4.0.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^3.1.1",
@@ -31,7 +32,7 @@
"postcss-preset-env": "^6.7.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.0",
"tailwindcss": "^4.0.1",
"tailwindcss": "^4.1.4",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
@@ -39,7 +40,11 @@
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"bad-words": "^4.0.0",
"compression-webpack-plugin": "^11.1.0",
"flowbite": "^3.1.1",
"flowbite-typography": "^1.0.3"
"flowbite-typography": "^1.0.3",
"terser-webpack-plugin": "^5.3.14",
"voca": "^1.4.1"
}
}