Merge pull request #2198 from spotify/nikek/aboutcard

Add AboutCard component to EntityPageOverview
This commit is contained in:
Niklas Ek
2020-09-01 11:15:48 +02:00
committed by GitHub
7 changed files with 287 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',