Fix proportion of CharacterUnit

This commit is contained in:
Justin Edmund 2022-02-03 19:44:32 -08:00
parent db642371b7
commit 4f5a80bd6b

View file

@ -42,7 +42,7 @@
.CharacterImage {
aspect-ratio: 131 / 238;
aspect-ratio: 131 / 273;
background: white;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: $unit;