Made the top red instruction section text sizes consistent.
This commit is contained in:
parent
7bfcb2b13d
commit
edf8c992b0
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user