Skip to content

Fix promo bar gap, article title spacing, and flat header icons#12

Merged
benpeter merged 1 commit into
mainfrom
conti-visual-fixes
Jul 25, 2026
Merged

Fix promo bar gap, article title spacing, and flat header icons#12
benpeter merged 1 commit into
mainfrom
conti-visual-fixes

Conversation

@benpeter

Copy link
Copy Markdown
Collaborator

Fix #11

Three visual fixes toward the live continentaltire.com, measured at 1440px.

Collapsed promo bar. The rebate panel could not crush to zero, so the collapsed bar showed a 103px orange band. The grid item carried the 32px padding. A grid item's padding box is not collapsible by a 0fr track. The padding moves to an inner wrapper. The collapsed bar is now 39px, and expand and collapse still work.

Article title spacing. The title sat flush against the nav. The title section gets top padding, so the headline has room below the header. The header to headline gap is now 40px, close to the live article.

Header utility icons. Chat now, help, and search rendered as a white pill and bordered circles. The live header draws these flat. The pill and circle backgrounds are removed, so the icons are flat and dark like live.

Testing: live-tested at 1440px on a local aem up server. Promo collapse height (39px), expand and re-collapse, article gap (40px), and flat header icons all verified. eslint and stylelint pass.

Test URLs:

Article before/after:

…r icons

Collapsed promo bar: the panel could not crush to zero, so the bar showed
a tall orange band. The grid item carried the 32px padding, and a grid
item's padding box is not collapsible by a 0fr track. Move the padding to
an inner wrapper. The collapsed panel is now 0px and the bar is 39px.

Article title spacing: titles sat flush against the nav. Add top padding
to the title section. It now has breathing room below the header, like the
live article.

Header utility items: Chat now, help, and search rendered as a white pill
and bordered circles. The live header draws these flat. Remove the pill and
circle backgrounds so they are flat dark icons.
@aem-code-sync

aem-code-sync Bot commented Jul 25, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@aem-code-sync

aem-code-sync Bot commented Jul 25, 2026

Copy link
Copy Markdown
Page Scores Audits Google
📱 / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
📱 /learn/seven-tips-storing-tires Timeout Exceeded PSI
🖥️ /learn/seven-tips-storing-tires PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@benpeter
benpeter merged commit 353123a into main Jul 25, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Homepage promo bar gap, article title spacing, and header utility icons

1 participant