Skip to content

Commit

Permalink
fix(icons): changed ash and marios width
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 10, 2018
1 parent d45de85 commit 527a4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/pixel-arts/ash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

&::before {
Expand Down
2 changes: 1 addition & 1 deletion scss/pixel-arts/mario.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

&::before {
Expand Down

0 comments on commit 527a4fb

Please sign in to comment.