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);
@@ -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 ===== */