mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 15:33:37 +02:00
More fixes
This commit is contained in:
parent
caea55ade4
commit
b3e298693a
7 changed files with 57 additions and 36 deletions
|
|
@ -33,6 +33,21 @@
|
|||
}
|
||||
|
||||
.armor-change-container {
|
||||
padding-top: 0;
|
||||
padding-bottom: 4px;
|
||||
row-gap: 0;
|
||||
|
||||
legend {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
header {
|
||||
padding: 0;
|
||||
left: -0.25rem; // TODO: Find why this header is offset 0.25rem to the right so this can be removed.
|
||||
}
|
||||
|
||||
header,
|
||||
ol {
|
||||
grid-template-columns: 6rem 6rem 12rem 4rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue