We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ec6e5 commit 7c4070fCopy full SHA for 7c4070f
src/lib/Items.svelte
@@ -5,7 +5,7 @@
5
export let items: Item[];
6
</script>
7
8
-<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 sm:gap-8 md:gap-6">
+<div class="sm:grid sm:grid-cols-2 md:grid-cols-3 sm:gap-6 space-y-4 items-baseline">
9
{#each items as item}
10
<ItemComponent {item} />
11
{/each}
0 commit comments