diff --git a/src/components/Call-To-Actions/CTA_Bottom/index.js b/src/components/Call-To-Actions/CTA_Bottom/index.js index d4e250e19ace..7b3822ed2793 100644 --- a/src/components/Call-To-Actions/CTA_Bottom/index.js +++ b/src/components/Call-To-Actions/CTA_Bottom/index.js @@ -44,6 +44,19 @@ const CTA_BottomWrapper = styled.div` button { width: fit-content; } + + @media(max-width: 600px){ + flex-direction: column-reverse; + height: auto; + + img{ + max-width: 95%; + } + + .cta-content{ + max-width: none; + } + } `; const defaultHeading = "Layer5 Community";