Begin work on the Hero Craft card itself

This commit is contained in:
Oliver-Akins 2025-03-05 23:05:59 -07:00
parent 7c72b71436
commit 17cd5532f4
7 changed files with 96 additions and 1 deletions

View file

@ -21,7 +21,9 @@
}
.HeroSummaryCardV1,
.HeroSkillsCardV1 {
.HeroSkillsCardV1,
.HeroCraftCardV1 {
padding: 8px;
/* height: 270px; */
width: 680px;
--col-gap: 2px;

View file

@ -15,6 +15,7 @@
counter-increment: list-index 1;
position: relative;
padding: 0 4px;
border-radius: 999px;
}
&.num-before > li::before,