Added margin top of 4
This commit is contained in:
parent
36ea087179
commit
6c624fd31b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue