Improve layout

This commit is contained in:
Markus Thielker 2024-12-21 22:10:18 +01:00
parent 42a5fc9c6a
commit 8ce56cf7cf
No known key found for this signature in database
4 changed files with 318 additions and 173 deletions

View file

@ -43,7 +43,7 @@ export function SearchResult(
</Link>
<div className="flex flex-col">
<Link href={href} className="text-xl text-blue-300">{title}</Link>
<span className="test-sm text-white/80">{description}</span>
<span className="text-sm text-white/80 leading-5">{description}</span>
</div>
{
links && links.length > 0 &&