Fix spacing between CharacterUnit and PartyDetails
This commit is contained in:
parent
76a9411508
commit
7067db6f2c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue