Skip to content

Commit 83c8564

Browse files
committed
improved tailwind implementation
1 parent 495d708 commit 83c8564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Dropdown.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</script>
3737

3838
<div
39-
class="dropdown flex justify-between items-center relative fixed top-0 left-0 right-0 pl-5"
39+
class="dropdown flex justify-between items-center relative fixed top-0 left-0 right-0 pl-5 space-x-4"
4040
>
4141
<img src="/favicon.svg" alt="" />
4242
<p>Songbird</p>

0 commit comments

Comments
 (0)