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

@@ -371,7 +371,7 @@ $tiers: (
}
.price-label {
font-size: 0.7rem;
font-size: 0.69rem;
font-weight: 600;
color: rgba(0, 0, 0, 0.87);
background-color: hsl(88, 50%, 60%);
@@ -379,13 +379,13 @@ $tiers: (
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
@media (min-width: 768px) {
font-size: 0.8rem;
font-size: 0.79rem;
}
@media (min-width: 996px) {
font-size: 0.85rem;
font-size: 0.84rem;
}
@media (min-width: 1200px) {
font-size: 0.9rem;
font-size: 0.89rem;
}
@media (min-width: 1600px) {
font-size: 1rem;