We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52859d0 commit c2f7e40Copy full SHA for c2f7e40
1 file changed
src/lib/components/AlphabetStrip.svelte
@@ -5,7 +5,7 @@
5
</script>
6
7
<div
8
- class="alphabet-scroll flex m-2 gap-1 md:gap-2 mb-4 justify-start overflow-x-auto whitespace-nowrap pb-2 snap-x"
+ class="flex m-2 gap-1 md:gap-2 mb-4 justify-start overflow-x-auto whitespace-nowrap pb-2 snap-x"
9
>
10
{#each alphabet as letter}
11
<button
0 commit comments