Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Mar 6, 2024
1 parent eb3e152 commit 57aa3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/src/routes/store/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<!-- published -->
<div class="mx-auto flex max-w-7xl flex-col gap-16">
{#each publishedProducts as product}
<div class="rounded-box relative grid grid-cols-12 gap-10 py-10" id={product.id}>
<div class="rounded-box relative grid grid-cols-12 gap-y-10 py-10 xl:gap-x-10" id={product.id}>
<div class="col-span-12 row-start-2 flex flex-col gap-8 xl:col-span-5 xl:row-start-1">
<div>
{#if product.customattributes?.tags}
Expand Down Expand Up @@ -260,7 +260,7 @@
class="bg-base-300 aspect-[4/3] w-full bg-cover bg-center object-cover" />
</a>
{#if product.customattributes?.tech}
<div class="flex items-center justify-end gap-4">
<div class="flex items-center justify-center gap-4 md:justify-end">
<span class="text-base-content/50 text-xs italic">made with</span>
{#each product.customattributes.tech as tech}
<div
Expand Down

0 comments on commit 57aa3dc

Please sign in to comment.