Added attribute rolls
This commit is contained in:
parent
395bfa1616
commit
0abccf3f48
15 changed files with 440 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
.abilityBox {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, auto);
|
||||
grid-template-columns: repeat(7, auto);
|
||||
grid-auto-flow: row;
|
||||
justify-content: start;
|
||||
gap: 0.7em 4px;
|
||||
|
@ -30,6 +30,9 @@
|
|||
margin-bottom: -0.5em;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue