Add Enemy sheet
All checks were successful
Release Creation / build (release) Successful in 54s

This commit is contained in:
2025-05-25 22:38:24 +02:00
parent abfc4e8443
commit 86ee9a44ec
4 changed files with 50 additions and 34 deletions

View File

@@ -301,16 +301,20 @@
max-width: 1.8rem;
}
.domain {
min-width: 5rem;
max-width: 5rem;
min-width: 4rem;
max-width: 4rem;
}
.damage {
min-width: 3.2rem;
max-width: 3.2rem;
}
.level {
min-width: 3rem;
max-width: 3rem;
min-width: 2rem;
max-width: 2rem;
}
.name {
min-width: 11rem;
max-width: 11rem;
min-width: 10rem;
max-width: 10em;
}
.item-img {
width: 24px;