From ef38b4526eee0ca906eab4df6e6200f3c91f9533 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Tue, 13 Sep 2022 00:59:34 +0630 Subject: [PATCH] Update social media icons and links --- src/pages/index.astro | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index f70834b..3a6385f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -41,34 +41,32 @@ const sortedPosts = getSortedPosts(posts); + d="M20.947 8.305a6.53 6.53 0 0 0-.419-2.216 4.61 4.61 0 0 0-2.633-2.633 6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42 4.607 4.607 0 0 0-2.633 2.633 6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632 6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419 4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187.043-.962.056-1.267.056-3.71-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078 1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z" + > @@ -141,7 +139,7 @@ const sortedPosts = getSortedPosts(posts); h1 span { @apply text-skin-accent; } - p { + #hero p { @apply my-2; } .social-wrapper { @@ -154,7 +152,7 @@ const sortedPosts = getSortedPosts(posts); @apply p-2 sm:p-1; } .link-button svg { - @apply scale-125 sm:scale-110; + @apply scale-125 sm:scale-125; } /* ===== Featured & Recent Posts Sections ===== */