Fix spacing between CharacterUnit and PartyDetails

This commit is contained in:
Justin Edmund 2022-03-14 16:46:33 -07:00
parent 76a9411508
commit 7067db6f2c

View file

@ -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;