diff --git a/src/components/Call-To-Actions/CTA_Bottom/index.js b/src/components/Call-To-Actions/CTA_Bottom/index.js index 7b3822ed2793..cdee882dd2d9 100644 --- a/src/components/Call-To-Actions/CTA_Bottom/index.js +++ b/src/components/Call-To-Actions/CTA_Bottom/index.js @@ -46,16 +46,16 @@ const CTA_BottomWrapper = styled.div` } @media(max-width: 600px){ - flex-direction: column-reverse; - height: auto; + flex-direction: column-reverse; + height: auto; - img{ - max-width: 95%; - } + img{ + max-width: 95%; + } - .cta-content{ - max-width: none; - } + .cta-content{ + max-width: none; + } } `;