Update BattleTech-A-Time-of-War.css

added styling for the inventory table header to match the repeating items
This commit is contained in:
chase-devil
2025-09-11 20:13:18 -07:00
committed by GitHub
parent 21b44da925
commit 2271120004
@@ -368,4 +368,9 @@ button[type=roll].sheet-blank-roll-button {
font-size: 70%;
border-radius: 5px;
padding: 2px;
}
}
tr.inventory-table-header {
display: grid;
grid-template-columns: 215px 115px 65px 290px;
gap: 2px;
}