diff --git a/packages/components/src/components/post-header/post-header.scss b/packages/components/src/components/post-header/post-header.scss index cbded0ac45..2b22afd3ed 100644 --- a/packages/components/src/components/post-header/post-header.scss +++ b/packages/components/src/components/post-header/post-header.scss @@ -110,6 +110,10 @@ slot[name='post-logo'] { z-index: 1; inset-block-start: var(--global-header-height); padding-inline: var(--post-core-dimension-8) var(--post-core-dimension-16); + + &.title-header-mobile-extended { + border-bottom: 1px solid var(--post-core-color-sandgrey-012); + } } } diff --git a/packages/components/src/components/post-header/post-header.tsx b/packages/components/src/components/post-header/post-header.tsx index 9e04361563..fa1d21ecb1 100644 --- a/packages/components/src/components/post-header/post-header.tsx +++ b/packages/components/src/components/post-header/post-header.tsx @@ -150,7 +150,12 @@ export class PostHeader { -