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 f7e15ef commit bedc1d8Copy full SHA for bedc1d8
docs/index.html
@@ -22,16 +22,16 @@
22
</script>
23
</head>
24
25
-<body>
26
- <h1 class="text-4xl text-center mt-8">svelte-toast</h1>
+<body class="pt-8 pb-16">
+ <h1 class="text-4xl text-center">svelte-toast</h1>
27
<div class="h-16 flex flex-col items-center">
28
<a
29
href="https://github.com/zerodevx/svelte-toast"
30
title="Go to Github repo">
31
<img
32
class="opacity-97 hover:opacity-75"
33
src="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge&color=blue"
34
- alt="Github version badge">
+ alt="@zerodevx">
35
</a>
36
</div>
37
<p class="container px-2 mb-4">
0 commit comments