fix: qty spacing

This commit is contained in:
cha0s 2024-06-22 12:12:03 -05:00
parent 9275b75701
commit d94784e58e

View File

@ -14,7 +14,7 @@
.slotInner {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-size: 75%;
height: calc(100% - var(--space) * 2);
padding: var(--space);
position: relative;
@ -22,12 +22,12 @@
}
.qty {
bottom: calc(var(--space) / -1.25);
bottom: calc(var(--space) * 0.125);
font-family: monospace;
font-size: calc(var(--space) * 2);
line-height: 1;
position: absolute;
right: calc(var(--space) / -1.25);
right: calc(var(--space) * 0.25);
text-shadow:
0px -1px 0px white,
1px 0px 0px white,