Fix advantage/disadvantage

This commit is contained in:
Carlos Fernandez 2026-04-25 18:32:37 -04:00
parent 542c2d4dcd
commit 52ebbbd6c9
2 changed files with 15 additions and 6 deletions

View file

@ -158,7 +158,7 @@
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 4px;
gap: 2px;
.roll-dice {
position: relative;
@ -175,16 +175,18 @@
}
img {
height: 1.25rem;
height: 1.3125rem;
}
}
.roll-operator {
font-size: var(--font-size-18);
padding: 0 1px;
}
.roll-value {
font-size: var(--font-size-16);
padding: 0 1px;
}
}
}