mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-16 11:23:56 +02:00
fix(icons): changed pokemons icons width and height
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $px * 16;
|
||||
height: $px * 16;
|
||||
width: $px * 20;
|
||||
height: $px * 17;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
|
@@ -27,8 +27,8 @@
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $px * 16;
|
||||
height: $px * 16;
|
||||
width: $px * 21;
|
||||
height: $px * 18;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
|
@@ -26,8 +26,8 @@
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: $px * 14;
|
||||
height: $px * 14;
|
||||
width: $px * 21;
|
||||
height: $px * 17;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user