From 7067db6f2c84ab0640e89e8bdb4590aa5acc496a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 14 Mar 2022 16:46:33 -0700 Subject: [PATCH] Fix spacing between CharacterUnit and PartyDetails --- components/CharacterUnit/index.scss | 2 ++ 1 file changed, 2 insertions(+) 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;