diff --git a/src/components/Sections/CTASection.tsx b/src/components/Sections/CTASection.tsx index 626587f..eebedfe 100644 --- a/src/components/Sections/CTASection.tsx +++ b/src/components/Sections/CTASection.tsx @@ -13,10 +13,7 @@ const Section = styled.section<{ colors: string }>` align-items: baseline; padding: 2rem 0; - flex-direction: row; - @media screen and (max-width: 600px) { - flex-direction: column; - } + flex-flow: row wrap; a { color: inherit;