feat: US-026 - Adjust ParentSection headings for new proportions

This commit is contained in:
2026-02-14 20:41:31 +00:00
parent f88cbf6e08
commit 2d7ff7e77a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -195,7 +195,7 @@
"Verify in browser using dev-browser skill"
],
"priority": 9,
"passes": false,
"passes": true,
"notes": "This is a judgement call — the agent should look at the dashboard after all previous scaling and decide if headings need adjustment. They may be fine as-is, or may need a small bump. Use dev-browser to compare."
},
{
+2 -2
View File
@@ -12,14 +12,14 @@ export function ParentSection({ title, children, className, tileId }: ParentSect
return (
<Card full className={className} tileId={tileId}>
<h2
className="text-[1.375rem] sm:text-[1.6rem] md:text-[1.8rem] lg:text-[2.2rem]"
className="text-[1.375rem] sm:text-[1.6rem] md:text-[1.8rem] lg:text-[2.4rem]"
style={{
fontWeight: 600,
letterSpacing: '-0.02em',
color: 'var(--text-primary)',
lineHeight: 1.1,
margin: 0,
paddingBottom: '1.333rem',
paddingBottom: '1.5rem',
}}
>
{title}