Commit c710206
committed
fix(webapp): force promo heading leading-tight at all breakpoints
Header1's responsive font-size overrides (md:text-3xl, lg:text-4xl)
carry their own line-heights, so a single base leading-tight did not
reliably win at md/lg widths and the wrapped title could still overlap.
Set leading-tight explicitly per breakpoint, ordered after each font
size, so the relative 1.25 line-height always applies.1 parent 067b0d3 commit c710206
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments