Skip to content

Commit bedc1d8

Browse files
committed
Add bottom padding
1 parent f7e15ef commit bedc1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
</script>
2323
</head>
2424

25-
<body>
26-
<h1 class="text-4xl text-center mt-8">svelte-toast</h1>
25+
<body class="pt-8 pb-16">
26+
<h1 class="text-4xl text-center">svelte-toast</h1>
2727
<div class="h-16 flex flex-col items-center">
2828
<a
2929
href="https://github.com/zerodevx/svelte-toast"
3030
title="Go to Github repo">
3131
<img
3232
class="opacity-97 hover:opacity-75"
3333
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">
34+
alt="@zerodevx">
3535
</a>
3636
</div>
3737
<p class="container px-2 mb-4">

0 commit comments

Comments
 (0)