mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Fixed datamodel and set up basic template in new style
This commit is contained in:
parent
746e0f239a
commit
52484bd818
11 changed files with 288 additions and 420 deletions
|
|
@ -103,6 +103,14 @@
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
gap: 10px;
|
||||
|
||||
&.even {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.full-width {
|
||||
grid-column: span 2;
|
||||
}
|
||||
}
|
||||
|
||||
legend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue