Updates team information and dependencies

Corrects the team count and league level on the homepage.

Removes the `package-lock.json` file and updates `package.json` and `pnpm-lock.yaml` to use the latest Tailwind CSS CLI and Tailwind CSS versions.

Sorts upcoming events by date and improves the responsive behavior of the event cards on the homepage by adjusting the number of cards shown and managing arrow button states.
This commit is contained in:
2025-09-06 11:06:41 +02:00
parent c72fadd464
commit 1c5e5ce70e
5 changed files with 110 additions and 1576 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "Kirby Composer Template",
"dependencies": {
"@tailwindcss/cli": "^4.1.12",
"tailwindcss": "^4.1.12"
"@tailwindcss/cli": "^4.1.13",
"tailwindcss": "^4.1.13"
},
"scripts": {
"watch": "npx @tailwindcss/cli -i ./src/css/input.css -o ./assets/css/styles.css --content './site/**/*.php' --watch",