From 28b1305dd4be60b9275327a28dff6b3bc3dd0cfb Mon Sep 17 00:00:00 2001 From: Maxi Ferreira Date: Fri, 12 Aug 2022 12:17:16 -0700 Subject: [PATCH] Reduced CLS --- src/pages/index.astro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {