fixed npc size text in sheet header

This commit is contained in:
Nathanael Phillips 2020-11-30 09:08:24 -07:00
parent 27a53a9361
commit b621ba27d3
3 changed files with 12 additions and 1 deletions

View file

@ -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);
}