Tighten photo tag lists

This commit is contained in:
Sam Becker 2023-12-17 14:34:44 -06:00
parent 35d4a89955
commit 34f6c2c13d
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export default function PhotoLarge({
'mb-4',
)}>
{renderMiniGrid(<>
<div>
<div className="-space-y-0.5">
<Link
href={pathForPhoto(photo)}
className="font-bold uppercase"

View File

@ -6,7 +6,7 @@ export default function PhotoTags({
tags: string[]
}) {
return (
<div>
<div className="-space-y-0.5">
{tags.map(tag =>
<div key={tag}>
<PhotoTag tag={tag} />