From e76e85181d789a94c5cbadb9095eeccecf8cb7c6 Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Tue, 24 Dec 2024 11:00:03 -0600 Subject: [PATCH] Update styles --- src/pages/index.astro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index de991d8..e5c506d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,9 +16,11 @@ allNotes.sort((a, b) => Date.parse(b.data.pubDate) - Date.parse(a.data.pubDate)) >
Latest Notes
-
- View all -
+ +
+ View all +
+
{allNotes.slice(0, 5).map((note) =>