Smaller font size

This commit is contained in:
TJ 2021-02-14 21:59:51 -06:00
parent 95fc015a87
commit 55f084592c
4 changed files with 5 additions and 17 deletions

View file

@ -1542,13 +1542,14 @@ input[type="reset"]:disabled {
.sw5e.sheet.actor .swalt-sheet .tab.tech-powerbook .resource-items {
display: grid;
grid-template-columns: repeat(5, 1fr);
column-gap: 24px;
}
.sw5e.sheet.actor .swalt-sheet .tab.force-powerbook .resource-items .resource h1,
.sw5e.sheet.actor .swalt-sheet .tab.tech-powerbook .resource-items .resource h1 {
border: none;
margin: 0;
font-family: "Russo One";
font-size: 16px;
font-size: 14px;
font-weight: 400;
text-align: center;
margin-bottom: 4px;