File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -547,9 +547,8 @@ const styles = {
547
547
${ from . phablet } {
548
548
padding : ${ space [ 3 ] } px ${ space [ 3 ] } px ${ space [ 6 ] } px ${ space [ 3 ] } px;
549
549
width : 100% ;
550
- max-width : 490px ;
551
550
margin : 0 auto;
552
- grid-template-columns : auto auto auto auto ;
551
+ grid-template-columns : 1 fr auto 1 fr ;
553
552
}
554
553
555
554
${ from . desktop } {
@@ -643,6 +642,7 @@ const styles = {
643
642
grid-column : 2 ;
644
643
grid-row : 1 ;
645
644
background : ${ background } ;
645
+ max-width : 492px ;
646
646
}
647
647
` ,
648
648
headerWithImageContainer : ( background : string ) => css `
@@ -655,6 +655,7 @@ const styles = {
655
655
grid-column : 2 ;
656
656
grid-row : 1 ;
657
657
background : ${ background } ;
658
+ max-width : 492px ;
658
659
}
659
660
${ from . desktop } {
660
661
padding-left : ${ space [ 2 ] } px;
@@ -665,6 +666,7 @@ const styles = {
665
666
order : 2 ;
666
667
${ from . phablet } {
667
668
grid-column : 2 ;
669
+ max-width : 492px ;
668
670
grid-row : ${ showRemindMeLater ? '2' : '2 / span 2' } ;
669
671
}
670
672
${ from . desktop } {
@@ -697,6 +699,7 @@ const styles = {
697
699
}
698
700
${ from . phablet } {
699
701
grid-column : 2 ;
702
+ max-width : 492px ;
700
703
}
701
704
${ from . desktop } {
702
705
grid-column : 3 ;
You can’t perform that action at this time.
0 commit comments