WIP(shop): more CSS, add hair styles

This commit is contained in:
Sabe Jones
2024-02-22 17:03:07 -06:00
parent 1f8aa7d778
commit 33b54a734e
4 changed files with 99 additions and 12 deletions

View File

@@ -87,6 +87,14 @@
height: 216px;
}
.item-rows {
max-width: 920px;
.items > div:nth-of-type(8n) {
margin-right: 0px;
}
}
.npc {
background-repeat: no-repeat;
}