From 44f71b670e8cb96e92991771fe3a9d624962b076 Mon Sep 17 00:00:00 2001 From: june Date: Tue, 12 Aug 2025 18:05:25 +1200 Subject: [PATCH] this styling is NOT final btw --- src/pages/index.astro | 18 ++++++++++-------- src/styles/global.css | 3 +-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index a167e15..4acf249 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,16 +7,18 @@ const recipies = await client.collection("recipes").getFullList() --- -

Recipie

+

Recipie

- What would you like today? +
+

What would you like today?

-
- { - recipies.map(r => ( - - )) - } +
+ { + recipies.map(r => ( + + )) + } +
diff --git a/src/styles/global.css b/src/styles/global.css index af41d49..fd68a22 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,6 +1,5 @@ @import "tailwindcss"; html { - @apply bg-white; - @apply p-5; + @apply bg-yellow-50; } \ No newline at end of file