Fixed up data model and a basic placeholder template (#117)

This commit is contained in:
WBHarry 2025-06-09 13:25:43 +02:00 committed by GitHub
parent 746e0f239a
commit ad0acd62cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 300 additions and 145 deletions

View file

@ -103,6 +103,10 @@
display: grid;
grid-template-columns: 1fr 2fr;
gap: 10px;
&.even {
grid-template-columns: 1fr 1fr;
}
}
legend {