forked from GitHub-Mirrors/foundry-sw5e
fixed npc size text in sheet header
This commit is contained in:
parent
27a53a9361
commit
b621ba27d3
3 changed files with 12 additions and 1 deletions
|
@ -1578,6 +1578,13 @@ input[type="reset"]:disabled {
|
|||
.sw5e.sheet.actor.npc .swalt-sheet header h1.character-name {
|
||||
align-self: auto;
|
||||
}
|
||||
.sw5e.sheet.actor.npc .swalt-sheet header .npc-size {
|
||||
font-family: 'Russo One';
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.5px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.sw5e.sheet.actor.npc .swalt-sheet header .attributes {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue