Fixed class warnings
All checks were successful
Docker Deploy / build-and-push (push) Successful in 11m54s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 11m54s
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user