Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
baponkar authored Jun 30, 2024
1 parent 3c3e92a commit 6b54558
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,13 @@
padding: 2%;
}

.sponsor-button-container{
.sponsor-button{
border: 0;
border-radius: 6px;
z-index: 1000;
max-width: 100px;
height: auto;
height: 30px;
padding: 0%;
justify-content: center;
align-items: end;
margin: 2%;
}

li{
Expand Down Expand Up @@ -160,11 +158,13 @@ <h1>Third Person Shooter with Shooter NPC or AI</h1>
<img class="badge" src="https://img.shields.io/github/stars/baponkar/Third-Person-Shooter-With-Shooter-AI" alt="StarsBadge">
<img class="badge" src="https://img.shields.io/github/sponsors/baponkar" alt="Donation Badge">
<img class="badge" src="https://img.shields.io/badge/Copyright-baponkar-orange" alt="Copyright Badge">
<iframe src="https://github.com/sponsors/baponkar/button" title="Sponsor baponkar" height="auto" width="100"></iframe>
<iframe class="sponsor-button" src="https://github.com/sponsors/baponkar/button" title="Sponsor baponkar" height="20" width="100"></iframe>
</div>







<h2>Description :</h2>
<p>
Expand Down

0 comments on commit 6b54558

Please sign in to comment.