The arrow in the project section overlaps with the project title.
Changing this line in src/components/Projects.astro
<h3 class={"text-xl sm:text-2xl font-bold text-gray-900 mt-1" ${
project.link ? "pr-12 sm:pr-14 md:pr-16" : ""
}}> {project.name} </h3>
solves the issue
The arrow in the project section overlaps with the project title.
Changing this line in src/components/Projects.astro
<h3 class={"text-xl sm:text-2xl font-bold text-gray-900 mt-1" ${project.link ? "pr-12 sm:pr-14 md:pr-16" : ""
}
}> {project.name} </h3>solves the issue