further tweak price-label prices/padding for small screens

This commit is contained in:
zach
2026-03-05 12:06:19 -05:00
parent 8161940690
commit f2b0309b6e
2 changed files with 5 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ const facets = searchResults.results.slice(1).map((result: any) => {
</div>
<div class="row row-cols-5 gx-1 price-row mb-2">
{conditionOrder.map((condition) => (
<div class="col price-label ps-1">
<div class="col price-label ps-0 ps-md-1">
{ conditionShort(condition) }
<br />{formatPrice(condition, card.skus)}
</div>