Commit 595bdd2
committed
Home seam alignment: trim trailing whitespace from logo_home + shrink bars to 100%
Confirmed via pixel sampling that logo_home.png has trailing whitespace
on the right (~5% of width) past where the dark gray block ends — this
is what the user spotted. Two-part fix:
1. Lightly trim logo_home.png (1022 -> 1015 px wide) to drop the few
pure-white columns at the very right edge. Aspect-ratio CSS updated
to 1015 / 348 so the container's intrinsic shape matches.
2. .home-divider-bars: width 105% -> 100% (drops the breakout that was
matching .home-stage). The banner stays at 105% breakout, and the
bars + callouts + institutional logos all sit at the regular
site-main width — visually 5% narrower than the banner, which
compensates for the source image's right-edge dead zone.
3. .home-divider-bars .bar-dark: 65.45% -> 67.45%. Math: the photo/gray
seam is at 64.24% of the trimmed banner. Banner is at 105% of
site-main, so seam in absolute coords is 64.24% * 105% = 67.45% of
site-main; with bars at 100% of site-main, bar-dark of 67.45% lands
at the same absolute X column as the banner seam.1 parent b8a67d6 commit 595bdd2
2 files changed
Lines changed: 17 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
287 | 290 | | |
288 | 291 | | |
289 | 292 | | |
| |||
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
313 | 318 | | |
314 | 319 | | |
315 | 320 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
320 | 327 | | |
321 | 328 | | |
322 | 329 | | |
| |||
Loading
0 commit comments