Commit 7f9970f
committed
recipe page: fix breadcrumb alignment and note line-height
- Breadcrumbs: a duplicate `.breadcrumbs ol` rule with `padding: 0;
margin: 0` was silently clobbering my earlier `padding-inline: 2rem;
margin: 0 auto` (same specificity, source order wins). Merged into
one rule so the inner `<ol>` actually mirrors the header's
max-w-cookbook + px-8 — first crumb now tracks the wordmark on every
viewport width.
- Notes vs steps line-height: callout paragraphs were inheriting
`article p { line-height: 1.6 }`, while steps render as `<li>` (no
`<p>` wrapper) and inherit body's `leading-relaxed` (1.625). Dropped
the 1.6 override so both share 1.625.1 parent aab18b8 commit 7f9970f
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
546 | 545 | | |
547 | 546 | | |
548 | 547 | | |
| |||
1078 | 1077 | | |
1079 | 1078 | | |
1080 | 1079 | | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
1086 | 1080 | | |
1087 | 1081 | | |
1088 | 1082 | | |
1089 | 1083 | | |
1090 | 1084 | | |
1091 | | - | |
1092 | | - | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
1093 | 1088 | | |
1094 | 1089 | | |
1095 | 1090 | | |
| |||
0 commit comments