File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,7 @@ const styles = {
628
628
${ from . desktop } {
629
629
padding-left : ${ space [ 2 ] } px;
630
630
padding-top : ${ space [ 3 ] } px;
631
+ padding-right : ${ space [ 5 ] } px;
631
632
}
632
633
633
634
${ from . phablet } {
@@ -660,6 +661,7 @@ const styles = {
660
661
}
661
662
${ from . desktop } {
662
663
padding-left : ${ space [ 2 ] } px;
664
+ padding-right : ${ space [ 5 ] } px;
663
665
}
664
666
margin-bottom : ${ space [ 2 ] } px;
665
667
` ,
@@ -689,7 +691,7 @@ const styles = {
689
691
grid-column : 3 ;
690
692
grid-row : 1 ;
691
693
grid-row-end : 3 ;
692
- padding-right : ${ space [ 5 ] } px;
694
+ padding-right : ${ space [ 8 ] } px;
693
695
}
694
696
` ,
695
697
guardianLogoContainer : css `
@@ -702,6 +704,7 @@ const styles = {
702
704
align-items : center;
703
705
margin-top : ${ space [ 9 ] } px;
704
706
margin-right : -${ space [ 3 ] } px;
707
+ margin-left : 8px ; // Add this line to ensure the logo is always 8px away from the line
705
708
}
706
709
` ,
707
710
You can’t perform that action at this time.
0 commit comments