Add AboutCard component to EntityPageOverview

This commit is contained in:
nikek
2020-08-31 23:01:40 +02:00
parent d4245dde69
commit 660de68e7e
7 changed files with 286 additions and 32 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const useStyles = makeStyles<BackstageTheme, { backgroundImage: string }>(
alignItems: 'center',
backgroundImage: props => props.backgroundImage,
backgroundPosition: 'center',
backgroundSize: '100% 400px',
backgroundSize: 'cover',
},
leftItemsBox: {
flex: '1 1 auto',