1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-29 16:59:58 +02:00

fix(icons): changed width of the mario icon to 14

This commit is contained in:
Igor Guastalla de Lima
2018-12-10 09:52:31 -02:00
parent de937fde0a
commit a14585b865

View File

@@ -25,7 +25,7 @@
position: relative;
display: inline-block;
width: $px * 13;
width: $px * 14;
height: $px * 16;
&::before {