Skip to content

Commit

Permalink
Center and wrap Pokémon when displaying multiple
Browse files Browse the repository at this point in the history
- Fixes #11
- Bump version
  • Loading branch information
zjosua committed Nov 30, 2022
1 parent cd1c55a commit 31b7476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pokemanki/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
Version information
"""

__version__ = "1.3.1"
__version__ = "1.3.2"
2 changes: 2 additions & 0 deletions src/pokemanki/pokemanki_css/view_stats.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.pk-st-container {
display: flex;
gap: 15px;
flex-wrap: wrap;
justify-content: center;
padding: 10px;
margin: 10px 0px;
overflow-x: auto;
Expand Down

0 comments on commit 31b7476

Please sign in to comment.