fix: make article metadata fill container width first
All checks were successful
Docker / build-and-push-image (push) Successful in 1m12s

This commit is contained in:
Troy 2025-06-05 18:40:14 +01:00
parent 9d86db033f
commit 24da21aa6f
Signed by: troy
GPG key ID: DFC06C02ED3B4711
9 changed files with 69 additions and 71 deletions

16
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.8.2",
"astro": "^5.9.0",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.8",
@ -83,9 +83,9 @@
}
},
"node_modules/@astrojs/compiler": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.11.0.tgz",
"integrity": "sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz",
"integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==",
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
@ -2455,12 +2455,12 @@
}
},
"node_modules/astro": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz",
"integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz",
"integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.11.0",
"@astrojs/compiler": "^2.12.0",
"@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.3.2",
"@astrojs/telemetry": "3.3.0",