diff --git a/src/pages/index.astro b/src/pages/index.astro index 163183b..362133c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,7 +17,17 @@ const sortedPosts = getSortedPosts(posts);
-

Mingalaba.

+

Mingalaba

+ + + + +

Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. This theme is aimed to be responsive, SEO-friendly and accessible out of @@ -134,10 +144,13 @@ const sortedPosts = getSortedPosts(posts); @apply pt-12; } #hero h1 { - @apply font-bold my-4 sm:my-8 text-3xl sm:text-5xl; + @apply inline-block font-bold my-4 sm:my-8 text-3xl sm:text-5xl; } - h1 span { - @apply text-skin-accent; + #hero .rss-link { + @apply mb-6; + } + #hero .rss-icon { + @apply h-6 w-6 scale-110 sm:scale-125 mb-2 sm:mb-3 fill-skin-accent; } #hero p { @apply my-2;