Fixed class warnings
All checks were successful
Docker Deploy / build-and-push (push) Successful in 11m54s

This commit is contained in:
2025-11-22 17:33:52 -07:00
parent be20d75288
commit b159236e59

View File

@@ -15,12 +15,12 @@ const { project } = Astro.props;
>
<div class="card-body">
<h2
class="card-title text-xl md:text-2xl font-bold justify-center text-center break-words"
class="card-title text-xl md:text-2xl font-bold justify-center text-center wrap-break-word"
>
{project.name}
</h2>
<p class="text-center break-words">
<p class="text-center wrap-break-word">
{project.description}
</p>