Skip to content

Commit

Permalink
fix(icons): changed pokemons icons width and height
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 10, 2018
1 parent 617999c commit 7c0d7aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scss/pixel-arts/bulbasaur.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

position: relative;
display: inline-block;
width: $px * 16;
height: $px * 16;
width: $px * 20;
height: $px * 17;

&::before {
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions scss/pixel-arts/charmander.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

position: relative;
display: inline-block;
width: $px * 16;
height: $px * 16;
width: $px * 21;
height: $px * 18;

&::before {
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions scss/pixel-arts/squirtle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

position: relative;
display: inline-block;
width: $px * 14;
height: $px * 14;
width: $px * 21;
height: $px * 17;

&::before {
position: absolute;
Expand Down

0 comments on commit 7c0d7aa

Please sign in to comment.