Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldownes authored Jul 12, 2024
1 parent a515720 commit c28c6db
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,12 @@
gap: 20px;
margin-top: 80px;
width: 100%;
/* Ensures buttons are centered */
}

.support-buttons>* {
display: inline-block;
}

.support-buttons a,
.support-buttons div {
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>

Expand All @@ -86,7 +80,7 @@ <h3>Version Check</h3>

<div class="support-buttons">
<!-- Buy me a coffee button placeholder -->
<div id="bmc-button-container"></div>
<div id="bmc-button-container" style="margin-left: 60px; margin-top: 80px;"></div>

<!-- Patreon button -->
<a href="https://www.patreon.com/bePatron?u=5930946" data-patreon-widget-type="become-patron-button">Become a
Expand Down Expand Up @@ -195,4 +189,4 @@ <h3>Version Check</h3>
</script>
</body>

</html>
</html>

0 comments on commit c28c6db

Please sign in to comment.