From 8ca109f5c957dc7a4ca47b41101f3e479b45f021 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 00:36:56 +0630 Subject: [PATCH] Update top padding from 12 to 8 --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 362133c..8b47156 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -141,7 +141,7 @@ const sortedPosts = getSortedPosts(posts);