Skip to content

Commit

Permalink
- Fix Aligment on power header.
Browse files Browse the repository at this point in the history
  • Loading branch information
BE-Arbiter committed Dec 17, 2024
1 parent db76f4c commit a8b6a44
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 233 deletions.
10 changes: 9 additions & 1 deletion StarWars5E/StarWars5E_CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,16 @@
margin-top: 8px;
}

.power-labels {
.powers .body .power-labels {
color: #000000;
display: flex;
flex-direction: row;
justify-content: space-between;

span{
margin: 0;
padding: 0;
}
}

.power-labels span {
Expand Down
Loading

0 comments on commit a8b6a44

Please sign in to comment.