Added margin top of 4
This commit is contained in:
parent
36ea087179
commit
6c624fd31b
|
@ -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')`
|
||||
|
|
Loading…
Reference in New Issue