File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ const styles = {
553
553
554
554
${ from . desktop } {
555
555
padding : ${ space [ 3 ] } px ${ space [ 8 ] } px ${ space [ 6 ] } px ${ space [ 3 ] } px;
556
- grid-template-columns : auto 380px 300 px 1 fr ;
556
+ grid-template-columns : auto 380px auto auto ;
557
557
grid-template-rows : auto 1fr auto;
558
558
width : 100% ;
559
559
max-width : 980px ;
@@ -568,7 +568,7 @@ const styles = {
568
568
}
569
569
` ,
570
570
verticalLine : css `
571
- ${ from . desktop } {
571
+ ${ from . leftCol } {
572
572
background-color : ${ neutral [ 0 ] } ;
573
573
width : 1px ;
574
574
grid-column : 2 ;
@@ -709,7 +709,7 @@ const styles = {
709
709
` ,
710
710
guardianLogoContainer : css `
711
711
display : none;
712
- ${ from . desktop } {
712
+ ${ from . leftCol } {
713
713
display : flex;
714
714
width : 128px ;
715
715
height : 41px ;
You can’t perform that action at this time.
0 commit comments