File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -553,13 +553,15 @@ const styles = {
553
553
}
554
554
555
555
${ from . desktop } {
556
- padding : ${ space [ 3 ] } px ${ space [ 8 ] } px ${ space [ 6 ] } px ${ space [ 8 ] } px;
557
- grid-template-columns : auto auto auto auto;
556
+ padding : ${ space [ 3 ] } px ${ space [ 8 ] } px ${ space [ 6 ] } px ${ space [ 3 ] } px;
557
+ grid-template-columns : auto 380 px 300 px auto;
558
558
grid-template-rows : auto 1fr auto;
559
559
width : 100% ;
560
560
max-width : 1300px ;
561
561
margin : 0 auto;
562
- column-gap : ${ space [ 5 ] } px;
562
+ }
563
+ ${ from . leftCol } {
564
+ grid-template-columns : auto 460px 485px auto;
563
565
}
564
566
` ,
565
567
verticalLine : css `
@@ -687,7 +689,7 @@ const styles = {
687
689
grid-column : 3 ;
688
690
grid-row : 1 ;
689
691
grid-row-end : 3 ;
690
- padding-right : ${ space [ 3 ] } px;
692
+ padding-right : ${ space [ 5 ] } px;
691
693
}
692
694
` ,
693
695
guardianLogoContainer : css `
@@ -744,7 +746,7 @@ const styles = {
744
746
margin- to p: ${ space [ 3 ] } px;
745
747
margin- botto m: ${ space [ 2 ] } px;
746
748
747
- ${ until . mobileMedium } {
749
+ ${ until . phablet } {
748
750
width: 100vw;
749
751
position: sticky;
750
752
botto m: 0;
You can’t perform that action at this time.
0 commit comments