trying this

This commit is contained in:
Laker Turner 2025-03-22 08:57:53 +00:00
parent e142e6b38f
commit a20dc1ee0b
No known key found for this signature in database
18 changed files with 170 additions and 81 deletions

View file

@ -4,7 +4,7 @@ import Date from "../util/Date.astro";
const { title, description, icon, date } = Astro.props;
---
<div class="mb-4">
<div class="mb-4 mt-6">
<h2 class="text-xl font-bold">
<i class={`${icon} text-xl mr-2 text-light-pu dark:text-dark-pu`}></i>
{title}