mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat: Add more stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user