style: Update line heights and margins in PrevNextLinks
This commit is contained in:
parent
27ba0f74a1
commit
86ebff52e2
@ -40,9 +40,9 @@ function PageLink({
|
|||||||
>
|
>
|
||||||
<p className="flex flex-col gap-0">
|
<p className="flex flex-col gap-0">
|
||||||
{pageCategory && (
|
{pageCategory && (
|
||||||
<span className="text-violet-600 dark:text-violet-400 text-sm -mb-3">{pageCategory.title}</span>
|
<span className="text-violet-600 dark:text-violet-400 text-sm mb-1 leading-3">{pageCategory.title}</span>
|
||||||
)}
|
)}
|
||||||
<span>{title}</span>
|
<span className="leading-4">{title}</span>
|
||||||
</p>
|
</p>
|
||||||
<ArrowIcon className={clsx("h-6 w-6 flex-none fill-current", dir === "previous" && "-scale-x-100")} />
|
<ArrowIcon className={clsx("h-6 w-6 flex-none fill-current", dir === "previous" && "-scale-x-100")} />
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user