improve relatedarticles layout

This commit is contained in:
Troy 2025-01-19 15:08:48 +00:00
parent 1089b32e26
commit 1ebdd2bd9c
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 3 additions and 6 deletions

View file

@ -9,7 +9,7 @@ const { href, link } = Astro.props;
<a href={`${href}`}>
<div
class="m-4 flex w-fit animate-reveal flex-row items-center gap-1 justify-self-center rounded-full bg-tertiary px-2 py-1 text-sm font-medium capitalize text-primary opacity-0 transition-colors [animation-delay:0.1s] hover:bg-accent"
class="m-4 flex w-fit animate-reveal flex-row items-center gap-1 justify-self-center rounded-full bg-tertiary px-2 py-1 text-sm font-medium capitalize text-primary opacity-0 transition-colors [animation-delay:0.1s] hover:bg-accent text-center text-nowrap"
>
{link}
</div>