diff --git a/src/pages/[productLookup].astro b/src/pages/[productLookup].astro index 6e290fb..087abec 100644 --- a/src/pages/[productLookup].astro +++ b/src/pages/[productLookup].astro @@ -143,7 +143,7 @@ const brand: Brand = ALL_BRANDS.find(b => b.slug === product.brandStoreSlug)!; font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2.5rem; + font-size: 2.2rem; text-align: center; } .instructions code { diff --git a/src/pages/about.astro b/src/pages/about.astro index 3cf5119..5aa158c 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -167,7 +167,7 @@ import { ALL_CATEGORIES } from '../data/categories'; font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2.5rem; + font-size: 2.2rem; text-align: center; } .instructions code { diff --git a/src/pages/brand/[brandLookup].astro b/src/pages/brand/[brandLookup].astro index 9cf380a..5efa4c7 100644 --- a/src/pages/brand/[brandLookup].astro +++ b/src/pages/brand/[brandLookup].astro @@ -108,7 +108,6 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false; border-radius: 8px; font-weight: 400; font-style: normal; - font-size: 1rem; text-align: left; } .brand img { @@ -117,7 +116,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false; } .brand .flex { display: flex; - gap: 1.2rem; + gap: 0.8rem; align-items: center; } .brand .after-flex p { @@ -126,7 +125,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false; } .brand .short-desc { font-family: "Caveat", cursive; - font-size: 2rem; + font-size: 2.2rem; } .brand .float-left { justify-content: flex-start; diff --git a/src/pages/category/[categoryLookup].astro b/src/pages/category/[categoryLookup].astro index 260ab3e..fde1a48 100644 --- a/src/pages/category/[categoryLookup].astro +++ b/src/pages/category/[categoryLookup].astro @@ -92,7 +92,7 @@ const isAnyAmazon = categoryProducts.find(p => p.amazonLink) || false; font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2.5rem; + font-size: 2.2rem; text-align: center; } .instructions code { diff --git a/src/pages/index.astro b/src/pages/index.astro index aaaaecc..c254607 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -72,7 +72,7 @@ import { getProductsForCategoryId } from '../data/products'; font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2.5rem; + font-size: 2.2rem; text-align: center; } .instructions code {