Skip to content

Commit

Permalink
chore(ui): remove unnecessary img CSS properties from Pokémon sprite …
Browse files Browse the repository at this point in the history
…in overview card

The Pokémon sprite in the overview card no longer requires specific CSS properties,
so they have been removed to simplify the code and reduce redundancy.
  • Loading branch information
mariokreitz committed Sep 12, 2024
1 parent 73ed94e commit b8e003f
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
}

img {
width: 250px;
height: 250px;
width: 225px;
height: 225px;
}
}

Expand Down Expand Up @@ -186,13 +186,6 @@
margin-block: 20px;
gap: 10px;

.left {
img {
width: 150px;
height: 150px;
}
}

.right {
.tabcontent {
.wrapper {
Expand Down

0 comments on commit b8e003f

Please sign in to comment.