This commit is contained in:
Bastian Wagner
2026-08-22 16:41:47 +02:00
parent dfa62fd152
commit 081c9f83f9
137 changed files with 11594 additions and 1302 deletions

View File

@@ -43,6 +43,15 @@
font-size: 1.3rem;
}
/* Between the heading and the cards: the player sees what they can still
carry before choosing the next fight, not after it (spec §12). */
.hunt-page__capacities {
display: block;
margin-block-end: var(--ar-space-4);
padding-block-end: var(--ar-space-3);
border-block-end: 1px solid var(--ar-border);
}
.hunt-page__encounters {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));