Skip to content

Commit

Permalink
refactor: justify bio text
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Oct 13, 2024
1 parent 8c6e592 commit 1bef95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Testimonials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const {
{title && <h2 class="text-lg font-medium leading-6 pb-4">{title}</h2>}
{testimonial && (
<blockquote class="flex-auto">
<p class="text-muted">{testimonial}</p>
<p class="text-muted text-justify">{testimonial}</p>
</blockquote>
)}
{((items?.length ?? 0) > 0) && <hr class="border-slate-200 dark:border-slate-600 my-4" />}
Expand Down

0 comments on commit 1bef95a

Please sign in to comment.