Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-lynx committed Oct 2, 2024
1 parent 98c6a80 commit 82fc194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ h1 {
}

.pokemon-card {
width: calc(18% - 20px); /* Adjust the width of the cards */
width: calc(15% - 20px); /* Adjust the width of the cards */
margin: 10px; /* Space between cards */
padding: 15px; /* Padding inside cards */
border: 1px solid #ccc; /* Border for cards */
Expand Down

0 comments on commit 82fc194

Please sign in to comment.