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:
parent
617999c6f4
commit
7c0d7aae6f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user