Reduce font-size and line-height for interstitial page mobile table price (for light-design variant)

GitOrigin-RevId: f227346c6a45bb7352caa9aa15d16788bc115df0
This commit is contained in:
M Fahru 2024-09-03 08:04:09 -07:00 committed by Copybot
parent 8a7db8ccd5
commit 9ed8b82acc

View file

@ -1295,4 +1295,15 @@
}
}
}
&.plans-page
.plans-table-price-row
.plans-table-price-container
.plans-table-price
span {
@media (max-width: @screen-xs-max) {
font-size: var(--font-size-05);
line-height: var(--line-height-05);
}
}
}