docs
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user