From 7dd6fdde7a4adbb20240fec452c7099188904554 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 12 Oct 2021 13:50:43 +0100 Subject: [PATCH] full width list idems on mobile (#915) --- components/List.tsx | 2 +- lib/integrations/getIntegrations.ts | 2 +- pages/integrations/index.tsx | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/List.tsx b/components/List.tsx index 950d8e9f..13f51451 100644 --- a/components/List.tsx +++ b/components/List.tsx @@ -5,7 +5,7 @@ import classNames from "@lib/classNames"; export function List(props: JSX.IntrinsicElements["ul"]) { return ( -