From 856ade767556503dfd27aa0b89c9c89e572491f8 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 19 Sep 2022 11:18:37 +0630 Subject: [PATCH] Remove top margin in social icons --- 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 384e880..5183a29 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -168,7 +168,7 @@ const sortedPosts = getSortedPosts(posts); @apply flex flex-col sm:flex-row sm:items-center mt-4 mb-6; } .social-icons { - @apply mt-1 sm:ml-2; + @apply mt-1 sm:mt-0 sm:ml-2; } .link-button { @apply p-2 sm:p-1;