1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-22 15:12:19 +02:00

fix(icons): changed pokemons icons width and height

This commit is contained in:
Igor Guastalla de Lima 2018-12-09 23:08:27 -02:00
parent 617999c6f4
commit 7c0d7aae6f
3 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@
position: relative;
display: inline-block;
width: $px * 16;
height: $px * 16;
width: $px * 20;
height: $px * 17;
&::before {
position: absolute;

View File

@ -27,8 +27,8 @@
position: relative;
display: inline-block;
width: $px * 16;
height: $px * 16;
width: $px * 21;
height: $px * 18;
&::before {
position: absolute;

View File

@ -26,8 +26,8 @@
position: relative;
display: inline-block;
width: $px * 14;
height: $px * 14;
width: $px * 21;
height: $px * 17;
&::before {
position: absolute;