From 931925a72ed5bf60c3439f338fb2c62ec880a2cb Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Oct 2020 05:41:01 -0700 Subject: [PATCH] Fix aspect ratio --- src/components/CharacterUnit/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CharacterUnit/index.css b/src/components/CharacterUnit/index.css index 36451439..84d2cd64 100644 --- a/src/components/CharacterUnit/index.css +++ b/src/components/CharacterUnit/index.css @@ -14,7 +14,7 @@ justify-content: center; overflow: hidden; transition: all 0.18s ease-in-out; - height: 275px; + height: 268px; width: 131px; }