This commit is contained in:
aaron 2026-03-16 11:35:16 +08:00
parent da155a282d
commit ed6fcb50cd

View File

@ -801,7 +801,17 @@
@media (max-width: 480px) {
.stats-grid {
grid-template-columns: 1fr;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
}
.stat-card {
padding: 10px 6px;
}
.stat-label {
font-size: 10px;
margin-bottom: 4px;
}
.trading-title {
@ -809,7 +819,7 @@
}
.stat-value {
font-size: 16px;
font-size: 14px;
}
}