Anchor tag is clickable past it's visual width

Need some help figuring out why this anchor tag is clickable outside the width you see here. In this grid container, the anchor tag is clickable in this entire 1 to 2 section. Even though, as you can see, the width of the anchor doesn't span that whole section.
<Link href="/">
  <div className="w-fit flex items-center">
    <Logo />
    <div className=" text-xs font-medium lg:text-sm">
      <p>Text</p>
      <p>Text Text</p>
    </div>
  </div>
</Link>
image.png
IMG_2186.png
Was this page helpful?