Skip to content

Commit

Permalink
fix(icons): changed width of the mario icon to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 10, 2018
1 parent de937fd commit a14585b
Showing 1 changed file with 1 addition and 1 deletion.
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 * 13;
width: $px * 14;
height: $px * 16;

&::before {
Expand Down

0 comments on commit a14585b

Please sign in to comment.