Skip to content

Commit 0547085

Browse files
removing logo and line on desktop breakpoint
1 parent f36509d commit 0547085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotcom-rendering/src/components/marketing/banners/designableBanner/DesignableBannerV2.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ const styles = {
553553
554554
${from.desktop} {
555555
padding: ${space[3]}px ${space[8]}px ${space[6]}px ${space[3]}px;
556-
grid-template-columns: auto 380px 300px 1fr;
556+
grid-template-columns: auto 380px auto auto;
557557
grid-template-rows: auto 1fr auto;
558558
width: 100%;
559559
max-width: 980px;
@@ -568,7 +568,7 @@ const styles = {
568568
}
569569
`,
570570
verticalLine: css`
571-
${from.desktop} {
571+
${from.leftCol} {
572572
background-color: ${neutral[0]};
573573
width: 1px;
574574
grid-column: 2;
@@ -709,7 +709,7 @@ const styles = {
709709
`,
710710
guardianLogoContainer: css`
711711
display: none;
712-
${from.desktop} {
712+
${from.leftCol} {
713713
display: flex;
714714
width: 128px;
715715
height: 41px;

0 commit comments

Comments
 (0)