From 6c624fd31b5ada7fad83b85e2c5767b6184947eb Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Sat, 5 Aug 2023 13:36:23 +0200 Subject: [PATCH] Added margin top of 4 --- resources/scripts/components/elements/ContentContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/scripts/components/elements/ContentContainer.tsx b/resources/scripts/components/elements/ContentContainer.tsx index ee55e32fa..c284e101b 100644 --- a/resources/scripts/components/elements/ContentContainer.tsx +++ b/resources/scripts/components/elements/ContentContainer.tsx @@ -3,6 +3,7 @@ import { breakpoint } from '@/theme'; import tw from 'twin.macro'; const ContentContainer = styled.div` + ${tw`mt-4`} ${tw`mx-4`}; ${breakpoint('xl')`