Skip to content

Commit

Permalink
fix: Character component at small widths
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Oct 20, 2024
1 parent 695539a commit 33a4414
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}
.switches {
display: flex;
flex-wrap: wrap;
gap: 1em;
}
.unbuffedInfo {
Expand All @@ -28,7 +29,8 @@
}
.assumedBuffs {
display: flex;
align-items: flex-end;
flex-shrink: 0;
align-items: center;
}
.wrapper {
display: flex;
Expand Down

0 comments on commit 33a4414

Please sign in to comment.