maked bigger price size in mobilephonecard

This commit is contained in:
Jelaletdin12
2026-02-26 20:15:45 +05:00
parent 22e597b291
commit f9e3ec37f8

View File

@@ -134,13 +134,13 @@
} }
.price { .price {
font-size: 16px; font-size: 24px;
font-weight: 700; font-weight: 700;
color: #c0392b; color: #c0392b;
} }
.oldPrice { .oldPrice {
font-size: 12px; font-size: 16px;
color: #aaa; color: #aaa;
text-decoration: line-through; text-decoration: line-through;
} }