diff --git a/src/pages/[productLookup].astro b/src/pages/[productLookup].astro index 087abec..4b9b7fd 100644 --- a/src/pages/[productLookup].astro +++ b/src/pages/[productLookup].astro @@ -107,7 +107,7 @@ const brand: Brand = ALL_BRANDS.find(b => b.slug === product.brandStoreSlug)!; text-align: center; } h1 { - font-size: 2rem; + font-size: 2.4rem; line-height: 1; margin-bottom: 1em; font-family: "Holtwood One SC", sans-serif;