mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Fixed up data model and a basic placeholder template
This commit is contained in:
parent
746e0f239a
commit
ece00c4fcb
15 changed files with 300 additions and 145 deletions
|
|
@ -103,6 +103,10 @@
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
gap: 10px;
|
||||
|
||||
&.even {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
legend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue