Skip to content

Commit

Permalink
fix(combat): fix buff alignment for enemies
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Mar 9, 2023
1 parent f8fcf61 commit d395f2c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
}

.effects {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 10px;
text-align: center;
min-height: 30px;
Expand Down

0 comments on commit d395f2c

Please sign in to comment.