feat: Add more stuff

This commit is contained in:
Wanjohi
2025-07-19 19:11:41 +03:00
parent 55e413d6c7
commit 17feb15a55
2 changed files with 6 additions and 3 deletions

View File

@@ -3,5 +3,8 @@ import Layout from "../layouts/Layout.astro";
---
<Layout>
What the fuck is happening on Nestri
<main class="container mx-auto p-4">
<h1 class="text-3xl font-bold mb-4">Welcome to My Astro Site</h1>
<p class="mb-4 font-mono">This is a subtitle</p>
</main>
</Layout>

View File

@@ -311,6 +311,6 @@
--color-background-100: var(--color-background-100);
--color-background-200: var(--color-background-200);
--font-family-sans: "Geist Sans", sans-serif;
--font-family-mono: "Geist Mono Variable", monospace;
--font-sans: "Geist Sans", sans-serif;
--font-mono: "Geist Mono Variable", monospace;
}