diff --git a/src/pages/index.astro b/src/pages/index.astro index 8861411..fc7c83e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -40,14 +40,13 @@ const permalink = Astro.site.href; padding: 0 1em; } - h1 { + .home-copy h1 { font-weight: 700; margin-bottom: 0.5em; } - p { - font-size: 1.4em; - line-height: 1.5; + .home-copy p { + font-size: 1.6em; } .home-image-container {