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')`