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;