Redesign the Hero Summary Card to match the book
This commit is contained in:
parent
0135ca1124
commit
524ddee9d4
5 changed files with 36 additions and 26 deletions
|
|
@ -24,7 +24,6 @@
|
|||
box-sizing: border-box;
|
||||
padding: 2px 4px;
|
||||
text-transform: uppercase;
|
||||
font-size: var(--font-size-14);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: bold;
|
||||
|
|
@ -84,6 +83,9 @@
|
|||
display: grid;
|
||||
grid-template-rows: subgrid;
|
||||
}
|
||||
.fate-value {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.weapons {
|
||||
grid-column: 1 / span 4;
|
||||
|
|
@ -258,7 +260,7 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
padding: 0 2px;
|
||||
padding: 0 4px;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue