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

@ -133,7 +133,7 @@ description: Search through posts and other content on my site.
</div>`
: ''}
${type === "music" && genre_name && genre_url
? `<div class="tags ${type}">
? `<div class="tags tags-small ${type}">
<a href="${genre_url}">${genre_name}</a>
</div>`
: ''}