Skip to content

Commit

Permalink
📐 Improve badges layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Skripkon committed Jan 5, 2025
1 parent 80792f8 commit 29dae28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<img src="https://github.com/Skripkon/PokerBots/blob/main/PokerBots/images/pokerbots_logo.jpg?raw=true">
</h1><br>

<div style="display: flex; align-items: center; gap: 30px;">
<div style="display: flex; align-items: center; gap: 10px;">
<a href="https://pypi.org/project/PokerBots/" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/pokerkit" height="50" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/pyversions/pokerkit" height="40" alt="Supported Python versions">
</a>
<a href="https://pepy.tech/projects/pokerbots" target="_blank">
<img src="https://static.pepy.tech/badge/pokerbots" height="50" alt="PyPI Downloads">
<img src="https://static.pepy.tech/badge/pokerbots" height="40" alt="PyPI Downloads">
</a>
<a href="https://github.com/Skripkon/PokerBots/blob/main/LICENSE" target="_blank">
<img src="https://raw.githubusercontent.com/Skripkon/PokerBots/27bba4cc02db1a785a9c6623f807f7e138ebbbf7/PokerBots/images/MIT_license.svg" height="50" alt="MIT License">
<img src="https://raw.githubusercontent.com/Skripkon/PokerBots/27bba4cc02db1a785a9c6623f807f7e138ebbbf7/PokerBots/images/MIT_license.svg" height="40" alt="MIT License">
</a>
</div>

Expand Down

0 comments on commit 29dae28

Please sign in to comment.