From 491bfe53c4aaac1d74bf88e16fcccc1286cbe427 Mon Sep 17 00:00:00 2001 From: vplasencia Date: Thu, 9 Nov 2023 01:22:40 +0100 Subject: [PATCH] refactor(website): make the build page responsive --- apps/website/src/app/build/page.tsx | 10 +++++----- apps/website/src/components/ActionCard.tsx | 4 ++-- apps/website/src/components/ToolsCard.tsx | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/website/src/app/build/page.tsx b/apps/website/src/app/build/page.tsx index 58dbae51b..b2a9819f1 100644 --- a/apps/website/src/app/build/page.tsx +++ b/apps/website/src/app/build/page.tsx @@ -89,11 +89,11 @@ export default function Build() { diff --git a/apps/website/src/components/ActionCard.tsx b/apps/website/src/components/ActionCard.tsx index 7cb220f4d..3a68bb6b0 100644 --- a/apps/website/src/components/ActionCard.tsx +++ b/apps/website/src/components/ActionCard.tsx @@ -14,9 +14,9 @@ export default function ActionCard({ title, description, buttonText }: ActionCar borderRadius={"24px"} width={{ base: "full", xl: "1110px" }} height={{ base: "full", xl: "244px" }} - direction={{ base: "column", dm: "row" }} + direction={{ base: "column", xl: "row" }} > - + {icon}