From e24934b7ddeb32f5209df09d92515cc47f4d8776 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 15 Aug 2023 22:25:27 +0100 Subject: [PATCH] Button layout for mobile --- src/pages/Home.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index be19c3c..c741a7e 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -69,6 +69,9 @@ const SiteFeaturesWrapper = styled(StyledCard)` width: calc(100% - 2rem); } } + @media(max-width: 600px) { + flex-wrap: wrap; + } } ul { -webkit-column-width: 150px;