diff --git a/src/pages/brand/[brandLookup].astro b/src/pages/brand/[brandLookup].astro index fd3c63c..d7f2bc2 100644 --- a/src/pages/brand/[brandLookup].astro +++ b/src/pages/brand/[brandLookup].astro @@ -38,7 +38,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false;

Dasher Supply > {brand.name} Store

-
+
{brand.logoUrl &&
}
@@ -100,7 +100,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false; font-weight: 400; font-style: normal; } - .instructions { + .brand { margin-bottom: 2rem; border: 1px solid rgba(var(--accent-light), 25%); background: linear-gradient(rgba(var(--accent-dark), 66%), rgba(var(--accent-dark), 33%)); @@ -111,26 +111,27 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false; font-size: 1rem; text-align: left; } - .instructions .flex { + .brand .flex { display: flex; gap: 2rem; + align-items: center; } - .instructions .after-flex p { + .brand .after-flex p { text-indent: 5em each-line; color: pink; } - .instructions .short-desc { + .brand .short-desc { font-family: "Caveat", cursive; font-size: 2rem; } - .instructions .float-left { + .brand .float-left { justify-content: flex-start; } - .instructions .flex-right { + .brand .flex-right { justify-content: flex-start; position: relative; } - .instructions code { + .brand code { font-size: 0.8em; font-weight: bold; background: rgba(var(--accent-light), 12%); @@ -138,7 +139,7 @@ const isAnyAmazon = brandProducts.find(p => p.amazonLink) || false; border-radius: 4px; padding: 0.3em 0.4em; } - .instructions strong { + .brand strong { color: rgb(var(--accent-light)); /* font-weight: 800; */ }