diff --git a/nextjs-app/components/compare/compareSections.module.css b/nextjs-app/components/compare/compareSections.module.css index f152a52..f3c5131 100644 --- a/nextjs-app/components/compare/compareSections.module.css +++ b/nextjs-app/components/compare/compareSections.module.css @@ -72,15 +72,18 @@ align-items: center; gap: 0.4rem; flex-basis: 100%; - font-size: 0.8rem; + /* Slightly larger than the values below it so the school each row belongs + to is easy to read on mobile (hidden on desktop, where the column header + names the school). */ + font-size: 0.9rem; font-weight: 600; color: var(--sc, var(--text-secondary)); - margin-bottom: 0.15rem; + margin-bottom: 0.2rem; } .cellDot { - width: 9px; - height: 9px; + width: 10px; + height: 10px; border-radius: 50%; background: var(--dot, var(--text-muted)); flex: none;