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"
|
"Verify in browser using dev-browser skill"
|
||||||
],
|
],
|
||||||
"priority": 9,
|
"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."
|
"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 (
|
return (
|
||||||
<Card full className={className} tileId={tileId}>
|
<Card full className={className} tileId={tileId}>
|
||||||
<h2
|
<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={{
|
style={{
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
letterSpacing: '-0.02em',
|
letterSpacing: '-0.02em',
|
||||||
color: 'var(--text-primary)',
|
color: 'var(--text-primary)',
|
||||||
lineHeight: 1.1,
|
lineHeight: 1.1,
|
||||||
margin: 0,
|
margin: 0,
|
||||||
paddingBottom: '1.333rem',
|
paddingBottom: '1.5rem',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{title}
|
{title}
|
||||||
|
|||||||
Reference in New Issue
Block a user