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