mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
118 - adversary data model (#119)
* Fixed datamodel and set up basic template in new style * Added in a temp attack button, because why not * Restored HitPoints counting up
This commit is contained in:
parent
ad0acd62cd
commit
02f16f7363
18 changed files with 307 additions and 935 deletions
|
|
@ -107,6 +107,10 @@
|
|||
&.even {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.full-width {
|
||||
grid-column: span 2;
|
||||
}
|
||||
}
|
||||
|
||||
legend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue