Skip to content

Commit c9006c5

Browse files
authored
Fix doubled top border above landing hero (#62675)
1 parent c234bae commit c9006c5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/landings/components/shared/LandingSection.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
}
2828
}
2929

30+
// The secondary bar above the first section already draws the top divider, so
31+
// the hero band would otherwise double it. Drop the first section's top rule.
32+
.band:first-child {
33+
border-top: 0;
34+
}
35+
3036
// The frame draws the vertical side rules and holds the content. It is capped at
3137
// container-xl and centered within the band, so on very wide viewports the
3238
// content stays centered rather than hugging the left. Content padding (32px)

0 commit comments

Comments
 (0)