fix: tag spacing

This commit is contained in:
Timothy
2021-02-06 16:54:20 +08:00
parent 8773b3bc6f
commit e19df894b6
4 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ export default function ListLayout({ posts, title }) {
{title}
</Link>
</h3>
<div className="space-x-3">
<div className="flex flex-wrap">
{tags.map((tag) => (
<Tag key={tag} text={tag} />
))}