fix(search.html): corrects tag sizing for music search results

This commit is contained in:
Cory Dransfeldt 2025-06-17 16:22:46 -07:00
parent 82ef352f68
commit ff51a5d389
No known key found for this signature in database
3 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "10.7.1",
"version": "10.7.2",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -62,12 +62,12 @@
"markdownlint": "0.38.0",
"markdownlint-cli": "0.45.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.0",
"postcss-import": "^16.1.1",
"postcss-import-ext-glob": "^2.1.1",
"prettier": "3.5.3",
"rimraf": "^6.0.1",
"sql-formatter": "15.6.4",
"terser": "^5.42.0",
"terser": "^5.43.0",
"truncate-html": "^1.2.2"
}
}