feat: US-026 - Adjust ParentSection headings for new proportions
This commit is contained in:
+1
-1
@@ -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."
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user