Minor fixes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user