We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1dffb commit 80b5b54Copy full SHA for 80b5b54
dotcom-rendering/src/components/HostedContentHeader.tsx
@@ -31,6 +31,10 @@ const headerWrapperStyles = css`
31
height: 48px;
32
color: ${sourcePalette.neutral[100]};
33
34
+ ${from.mobileLandscape} {
35
+ padding: 0 20px;
36
+ }
37
+
38
${from.tablet} {
39
height: 58px;
40
}
dotcom-rendering/src/layouts/HostedArticleLayout.tsx
@@ -82,7 +82,7 @@ export const HostedArticleLayout = (props: WebProps | AppProps) => {
82
showTopBorder={false}
83
shouldCenter={false}
84
backgroundColour={sourcePalette.neutral[7]}
85
- padSides={true}
+ padSides={false}
86
element="header"
87
>
88
<HostedContentHeader branding={branding} />
0 commit comments