Added margin top of 4

This commit is contained in:
Angelillo15 2023-08-05 13:36:23 +02:00
parent 36ea087179
commit 6c624fd31b
1 changed files with 1 additions and 0 deletions

View File

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