added card

This commit is contained in:
2022-05-28 22:30:39 +02:00
parent abbd6c1bb8
commit 43b2ea833b
20 changed files with 29172 additions and 28763 deletions
@@ -9,7 +9,7 @@ const FullScreenContainer = (props) => {
maxWidth='lg'
sx={{
minHeight: 'calc(100vh - 24px )',
paddingTop: '4rem',
paddingTop: '6rem',
paddingBottom: '2rem',
flex: 1,
fallbacks: [
@@ -102,7 +102,6 @@ const Navigation = () => {
<IconButton
size='large'
onClick={() => setOpenDrawer(!openDrawer)}
disableRipple
color='inherit'>
{openDrawer ? (
<MenuOpenIcon fontSize='inherit' />