Skip to content

Commit

Permalink
feat(front): responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipazoul committed Oct 31, 2023
1 parent 1460605 commit db8d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<ul class="flex flex-wrap justify-center">
{#if category?.items}
{#each category.items as item, itemIndex}
<li class="w-1/5 border border-solid border-r-4 rounded-lg m-1">
<li class="w-1/3 md:w-1/5 lg:w-1/6 border border-solid border-r-4 rounded-lg m-1">
<button
class="print:hidden absolute -m-2 hover:scale-125"
on:click={() => removeItem(categoriesIndex, categoryIndex, itemIndex)}
Expand Down

0 comments on commit db8d0e2

Please sign in to comment.