Skip to content

Commit

Permalink
style: 💄 Pad Kofi
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jan 29, 2022
1 parent 6a20461 commit 51203f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Components/KoFi.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@
on:load={initializeKofi}>
</script>
</svelte:head>
<div bind:this={button} />
<div class="BC-Kofi-button" bind:this={button} />

<style>
.BC-Kofi-button {
margin-top: 10px;
}
</style>

0 comments on commit 51203f9

Please sign in to comment.