Reduced CLS

This commit is contained in:
Maxi Ferreira 2022-08-12 12:17:16 -07:00
parent 1558cba11e
commit 28b1305dd4

View File

@ -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 {