From 7c0d7aae6fb7bc54fa47f1186d2f4bac41c93260 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Sun, 9 Dec 2018 23:08:27 -0200 Subject: [PATCH] fix(icons): changed pokemons icons width and height --- scss/pixel-arts/bulbasaur.scss | 4 ++-- scss/pixel-arts/charmander.scss | 4 ++-- scss/pixel-arts/squirtle.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scss/pixel-arts/bulbasaur.scss b/scss/pixel-arts/bulbasaur.scss index c5cd3f6..225a14f 100644 --- a/scss/pixel-arts/bulbasaur.scss +++ b/scss/pixel-arts/bulbasaur.scss @@ -26,8 +26,8 @@ position: relative; display: inline-block; - width: $px * 16; - height: $px * 16; + width: $px * 20; + height: $px * 17; &::before { position: absolute; diff --git a/scss/pixel-arts/charmander.scss b/scss/pixel-arts/charmander.scss index 9adf23b..6876300 100644 --- a/scss/pixel-arts/charmander.scss +++ b/scss/pixel-arts/charmander.scss @@ -27,8 +27,8 @@ position: relative; display: inline-block; - width: $px * 16; - height: $px * 16; + width: $px * 21; + height: $px * 18; &::before { position: absolute; diff --git a/scss/pixel-arts/squirtle.scss b/scss/pixel-arts/squirtle.scss index ed83759..2158a6b 100644 --- a/scss/pixel-arts/squirtle.scss +++ b/scss/pixel-arts/squirtle.scss @@ -26,8 +26,8 @@ position: relative; display: inline-block; - width: $px * 14; - height: $px * 14; + width: $px * 21; + height: $px * 17; &::before { position: absolute;