diff --git a/components/CharacterUnit/index.scss b/components/CharacterUnit/index.scss index 4de56900..b51bd057 100644 --- a/components/CharacterUnit/index.scss +++ b/components/CharacterUnit/index.scss @@ -2,7 +2,9 @@ display: flex; flex-direction: column; gap: calc($unit / 2); + min-height: 320px; max-width: 200px; + margin-bottom: $unit * 4; &.editable .CharacterImage:hover { border: $hover-stroke;