From ac52a2b33d3079612f1f765091717a42beb39527 Mon Sep 17 00:00:00 2001 From: David Ball Date: Sun, 14 Jul 2024 23:36:08 -0400 Subject: [PATCH] Made logo / breadcrumbs just a little bigger on product pages. --- src/pages/[productLookup].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;