Skip to content

Commit

Permalink
fix: adobe flex empty
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanRodrickson committed Apr 23, 2020
1 parent 64c5c74 commit 0cb93f9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/presets/adobe.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ const code = (
sx={{
border: '10px solid',
bg: `${query.bg}`,
padding: '30px'
padding: '30px',
width: '100%',
height: '100%'
}}
>
<Link
Expand All @@ -45,11 +47,6 @@ const code = (
}}
children={query.title}
/>
<Flex
sx={{
justifyContent: 'space-between'
}}
></Flex>
</Box>
</Box>
</>
Expand Down

0 comments on commit 0cb93f9

Please sign in to comment.