diff --git a/app/react-components/slot.module.css b/app/react-components/slot.module.css index 5abd469..45d6a18 100644 --- a/app/react-components/slot.module.css +++ b/app/react-components/slot.module.css @@ -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,