This commit is contained in:
Laker Turner 2025-04-25 11:58:37 +01:00
parent dc07f2d378
commit e3cb07dea8
No known key found for this signature in database
16 changed files with 101 additions and 69 deletions

View file

@ -10,7 +10,7 @@ const { title, description, icon, date } = Astro.props;
{title}
</h2>
<p
class="text-sm text-light-tx-2 dark:text-dark-tx-2 border-l-2 border-light-pu dark:border-dark-pu pl-4 mt-2"
class="text-sm text-light-tx-2 dark:text-dark-tx-2 border-l-4 border-light-pu dark:border-dark-pu pl-5 mt-2 ml-2.5 border-double"
>
{description}
</p>