a11y
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m36s

This commit is contained in:
2025-06-12 16:16:38 -06:00
parent 2ad6585a07
commit df33b94e38
12 changed files with 284 additions and 336 deletions

View File

@@ -10,7 +10,7 @@ const { project } = Astro.props;
---
<div class="card bg-accent shadow-lg w-full sm:w-[calc(50%-1rem)] md:w-96 min-w-[280px] max-w-sm shrink">
<div class="card-body p-6">
<div class="card-body p-6 break-words">
<h2 class="card-title text-xl md:text-2xl font-bold justify-center text-center break-words text-base-100">
{project.name}
</h2>