Fixed reroll

This commit is contained in:
WBHarry 2026-03-03 21:31:43 +01:00
parent a0fa743b8e
commit fa277d2888
8 changed files with 83 additions and 45 deletions

View file

@ -69,6 +69,7 @@
.roll-data {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
&.hope {
@ -88,7 +89,7 @@
.duality-label {
color: var(--text-color);
font-size: var(--font-size-24);
font-size: var(--font-size-20);
font-weight: bold;
text-align: center;
}