From 1582694faaa65e2bb6d13b226c9497ccff1eb068 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 8 Dec 2020 18:21:39 +0200 Subject: [PATCH] Improve CTASection responsiveness --- src/components/Sections/CTASection.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;