Minor fixes

This commit is contained in:
2025-02-09 00:29:23 +01:00
parent 4070093cdb
commit 534aa47b7b
29 changed files with 90 additions and 79 deletions

View File

@ -476,6 +476,7 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 4px;
min-width: 20rem;
.shield {
display: flex;
align-items: center;
@ -487,7 +488,7 @@
}
}
.item-detail {
min-width:2rem;
min-width:2.5rem;
}
.name {
min-width: 12rem;
@ -532,8 +533,9 @@
.spells {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 4px;
min-width: 18rem;
.spell {
display: flex;
align-items: center;
@ -590,8 +592,9 @@
.miracles {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 4px;
min-width: 18rem;
.miracle {
display: flex;
align-items: center;