Made the top red instruction section text sizes consistent.

This commit is contained in:
David Ball 2024-07-14 23:33:24 -04:00
parent 7bfcb2b13d
commit edf8c992b0
5 changed files with 6 additions and 7 deletions

View File

@ -143,7 +143,7 @@ const brand: Brand = ALL_BRANDS.find(b => b.slug === product.brandStoreSlug)!;
font-family: "Caveat", cursive; font-family: "Caveat", cursive;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 2.5rem; font-size: 2.2rem;
text-align: center; text-align: center;
} }
.instructions code { .instructions code {

View File

@ -167,7 +167,7 @@ import { ALL_CATEGORIES } from '../data/categories';
font-family: "Caveat", cursive; font-family: "Caveat", cursive;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 2.5rem; font-size: 2.2rem;
text-align: center; text-align: center;
} }
.instructions code { .instructions code {

View File

@ -108,7 +108,6 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false;
border-radius: 8px; border-radius: 8px;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 1rem;
text-align: left; text-align: left;
} }
.brand img { .brand img {
@ -117,7 +116,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false;
} }
.brand .flex { .brand .flex {
display: flex; display: flex;
gap: 1.2rem; gap: 0.8rem;
align-items: center; align-items: center;
} }
.brand .after-flex p { .brand .after-flex p {
@ -126,7 +125,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false;
} }
.brand .short-desc { .brand .short-desc {
font-family: "Caveat", cursive; font-family: "Caveat", cursive;
font-size: 2rem; font-size: 2.2rem;
} }
.brand .float-left { .brand .float-left {
justify-content: flex-start; justify-content: flex-start;

View File

@ -92,7 +92,7 @@ const isAnyAmazon = categoryProducts.find(p => p.amazonLink) || false;
font-family: "Caveat", cursive; font-family: "Caveat", cursive;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 2.5rem; font-size: 2.2rem;
text-align: center; text-align: center;
} }
.instructions code { .instructions code {

View File

@ -72,7 +72,7 @@ import { getProductsForCategoryId } from '../data/products';
font-family: "Caveat", cursive; font-family: "Caveat", cursive;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 2.5rem; font-size: 2.2rem;
text-align: center; text-align: center;
} }
.instructions code { .instructions code {