File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ const styles = {
564
564
max-width : 1140px ;
565
565
}
566
566
${ from . wide } {
567
- grid-template-columns : auto 460px 380 px 1 fr ;
567
+ grid-template-columns : auto 460px 485 px auto ;
568
568
}
569
569
` ,
570
570
verticalLine : css `
@@ -596,6 +596,10 @@ const styles = {
596
596
top : 10px ;
597
597
padding-left : ${ space [ 8 ] } px;
598
598
}
599
+
600
+ ${ from . wide } {
601
+ justify-self : end;
602
+ }
599
603
` ,
600
604
// hacky change until we can rework the designable banner header with the correct styles
601
605
headerOverrides : css `
@@ -706,6 +710,14 @@ const styles = {
706
710
grid-row : 1 ;
707
711
grid-row-end : 3 ;
708
712
}
713
+
714
+ ${ until . wide } {
715
+ max-width : 380px ;
716
+ }
717
+
718
+ ${ from . wide } {
719
+ max-width : 485px ;
720
+ }
709
721
` ,
710
722
guardianLogoContainer : css `
711
723
display : none;
You can’t perform that action at this time.
0 commit comments