Added attribute rolls

This commit is contained in:
Sebastian Fischlmayr 2022-09-30 15:15:24 +02:00
parent 395bfa1616
commit 0abccf3f48
Signed by: Maverick
GPG key ID: 6379E413924A4E77
15 changed files with 440 additions and 45 deletions

View file

@ -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;
}
}