fixing appearance of stats on cards
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s

This commit is contained in:
Tudor
2026-01-09 15:58:36 +00:00
parent ab45f66431
commit 597a841d4d

View File

@@ -522,8 +522,8 @@ body {
.school-stats { .school-stats {
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(3, 1fr);
gap: 0.75rem; gap: 0.5rem;
padding-top: 1rem; padding-top: 1rem;
border-top: 1px solid var(--border-color); border-top: 1px solid var(--border-color);
} }
@@ -533,7 +533,7 @@ body {
} }
.stat-value { .stat-value {
font-size: 1.25rem; font-size: 1.1rem;
font-weight: 700; font-weight: 700;
color: var(--text-primary); color: var(--text-primary);
display: flex; display: flex;
@@ -570,10 +570,10 @@ body {
} }
.stat-label { .stat-label {
font-size: 0.7rem; font-size: 0.65rem;
color: var(--text-muted); color: var(--text-muted);
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.05em; letter-spacing: 0.03em;
} }
/* School Card Map */ /* School Card Map */
@@ -1438,8 +1438,8 @@ body {
/* Info Icon SVG */ /* Info Icon SVG */
.info-icon { .info-icon {
width: 12px; width: 10px;
height: 12px; height: 10px;
flex-shrink: 0; flex-shrink: 0;
} }