fix: bad breakpoints, padding

This commit is contained in:
enscribe 2024-12-30 12:33:18 -08:00
parent 781a437da3
commit 5504649890
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
4 changed files with 7 additions and 8 deletions

View file

@ -10,7 +10,7 @@ const { heading } = Astro.props
>
<Link
href={'#' + heading.slug}
class="py-1 underline decoration-transparent underline-offset-[3px] transition-colors duration-200 hover:decoration-inherit"
class="underline decoration-transparent underline-offset-[3px] transition-colors duration-200 hover:decoration-inherit py-1 xl:py-0"
>
{heading.text}
</Link>