Skip to content

Commit

Permalink
Update hero.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Nov 26, 2024
1 parent c98b4e1 commit 41943e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/product-pages/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class="border-smooth box-content flex items-center border-b bg-[url(/images/bgs/mobile-hero.png)] bg-cover bg-bottom py-12 px-5 md:bg-[url(/images/bgs/hero.png)] md:bg-center md:pt-32 md:pb-40 lg:px-8 xl:px-16"
>
<div class="mx-auto grid max-w-[75rem] items-center gap-16 md:grid-cols-2">
<div class="space-y-4">
<div class="space-y-8">
<div class="flex items-center gap-2">
<img src={eyebrow.icon} class="size-8" alt="" />
<span class="text-micro text-primary uppercase">
Expand Down

0 comments on commit 41943e9

Please sign in to comment.