File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
dotcom-rendering/src/components/marketing/banners/designableBanner Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -670,8 +670,8 @@ const styles = {
670
670
${ from . desktop } {
671
671
padding-left : ${ space [ 2 ] } px;
672
672
padding-right : ${ space [ 5 ] } px;
673
+ margin-bottom : ${ space [ 2 ] } px;
673
674
}
674
- margin-bottom : ${ space [ 2 ] } px;
675
675
` ,
676
676
bodyCopyOverrides : css `
677
677
p {
@@ -692,6 +692,9 @@ const styles = {
692
692
` ,
693
693
threeTierChoiceCardsContainer : css `
694
694
order : 3 ;
695
+ ${ until . desktop } {
696
+ margin-top : -24px ;
697
+ }
695
698
${ from . phablet } {
696
699
grid-column : 2 ;
697
700
}
@@ -768,7 +771,7 @@ const styles = {
768
771
margin- left: - ${ space [ 3 ] } px;
769
772
}
770
773
771
- ${ until . desktop } {
774
+ ${ until . phablet } {
772
775
a {
773
776
width: calc(100% - 24px);
774
777
}
@@ -782,6 +785,10 @@ const styles = {
782
785
margin- botto m: 0;
783
786
margin- to p: ${ space [ 3 ] } px;
784
787
788
+ a {
789
+ width: 100%;
790
+ }
791
+
785
792
> span {
786
793
width: auto ;
787
794
}
You can’t perform that action at this time.
0 commit comments