Character creation fix and levelup style fixes

This commit is contained in:
WBHarry 2025-08-06 21:58:11 +02:00
parent bcedc74bf3
commit a57de1c9c3
8 changed files with 44 additions and 21 deletions

View file

@ -27,6 +27,7 @@
}
.checkbox-group-container {
width: 100%;
display: grid;
grid-template-columns: 1fr 3fr;
gap: 4px;