fix(specialty): remove stray black line + white shelf on home #11

Merged
Phil merged 1 commit from fix/home-layout-bugs into main 2026-05-31 11:29:46 +00:00
Owner

Zwei sichtbare Layout-Artefakte auf der Startseite, beide vom selben .specialty::before-Pseudo-Element (Spacing-Träger für die negative Margin der Bild-Spalte):

  • Schwarze Linie quer übers Foto: border-top: 1px solid $fontColor entfernt.
  • Weißer Balken nach den Packages: background von $bgSite (hell) auf $blueMediumColor (dunkel) → unsichtbar gegen den dunklen Sektions-Hintergrund. Das ::before bleibt als nötiger Spacer.

Beides war im CSS latent vorhanden, wurde durch die geänderte Block-Reihenfolge (Content-Update 31.05) erst sichtbar. Gilt DE+EN. Nur CSS, kein Markup/Content.

Refs #4

🤖 Generated with Claude Code

Zwei sichtbare Layout-Artefakte auf der Startseite, beide vom selben `.specialty::before`-Pseudo-Element (Spacing-Träger für die negative Margin der Bild-Spalte): - **Schwarze Linie** quer übers Foto: `border-top: 1px solid $fontColor` entfernt. - **Weißer Balken** nach den Packages: `background` von `$bgSite` (hell) auf `$blueMediumColor` (dunkel) → unsichtbar gegen den dunklen Sektions-Hintergrund. Das `::before` bleibt als nötiger Spacer. Beides war im CSS latent vorhanden, wurde durch die geänderte Block-Reihenfolge (Content-Update 31.05) erst sichtbar. Gilt DE+EN. Nur CSS, kein Markup/Content. Refs #4 🤖 Generated with [Claude Code](https://claude.com/claude-code)
The .specialty::before had background:$bgSite (#F1F5FF) — a 534rem tall
white block inside the dark section — creating a white gap directly after
the packages portfolio. The border-top:1px solid $fontColor on the same
element produced a dark horizontal line at the portfolio/specialty boundary.

Both symptoms were introduced when the bannerSection moved to sortOrder 16
(directly after the dark columnsSection at sortOrder 14 with no visual
transition). Changing ::before background to $blueMediumColor matches the
section's dark bg and makes the spacing-only block invisible, while
preserving the height needed for the specialty__media negative margin offset.

Refs #4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Phil merged commit 7192a4eeec into main 2026-05-31 11:29:46 +00:00
Phil deleted branch fix/home-layout-bugs 2026-05-31 11:29:46 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Phil/philflow.io!11
No description provided.