Mobile view changes

This commit is contained in:
2026-01-01 17:43:46 +05:30
parent 2c14ebacf5
commit ad13634121
5 changed files with 214 additions and 137 deletions

View File

@@ -72,10 +72,10 @@
.counters-grid { max-width: 100%; gap: 0.8rem; }
.counter-card {
flex-direction: column; /* icon on top, number + label below */
align-items: flex-start;
/* align-items: flex-start; */
padding: 12px 15px;
min-height: 60px;
}
.counter-card h3 { font-size: 1.4rem; margin-bottom: 3px; }
.counter-card p { font-size: 0.9rem; }
.counter-card p { font-size: 1.5rem; }
}