diff --git a/nextjs-app/components/EditorialSection.tsx b/nextjs-app/components/EditorialSection.tsx index edc0a26..0cbc4af 100644 --- a/nextjs-app/components/EditorialSection.tsx +++ b/nextjs-app/components/EditorialSection.tsx @@ -15,9 +15,9 @@ export function EditorialSection({ totalSchools, localAuthorityCount }: Editoria
- School performance data in England is rich but fragmented. The Department for Education publishes - Key Stage 2 SATs, GCSE attainment, Ofsted outcomes, progress scores, admissions figures and - demographics — each in its own table, each with its own jargon. + School performance data in England is rich but fragmented. The Department for Education and Ofsted + publish Key Stage 2 SATs, GCSE attainment, inspection outcomes, progress scores, admissions figures + and demographics — each in its own table, each with its own jargon.
SchoolCompare brings it all into one place. Every school page shows performance against the national diff --git a/nextjs-app/components/HomeView.module.css b/nextjs-app/components/HomeView.module.css index daebb9f..538de4b 100644 --- a/nextjs-app/components/HomeView.module.css +++ b/nextjs-app/components/HomeView.module.css @@ -720,10 +720,13 @@ .miniRowHead { display: flex; justify-content: space-between; - font-size: 0.48rem; + align-items: baseline; + gap: 0.2rem; + font-size: 0.44rem; color: var(--text-muted, #6d685f); text-transform: uppercase; - letter-spacing: 0.04em; + letter-spacing: 0.01em; + white-space: nowrap; } .miniRowHead strong { diff --git a/nextjs-app/components/HomeView.tsx b/nextjs-app/components/HomeView.tsx index 945770b..4662a26 100644 --- a/nextjs-app/components/HomeView.tsx +++ b/nextjs-app/components/HomeView.tsx @@ -261,7 +261,7 @@ export function HomeView({ initialSchools, filters, totalSchools, howItWorks, ed