diff --git a/ui/src/artist/DesktopArtistDetails.js b/ui/src/artist/DesktopArtistDetails.js index 8684eeb5..4a913e3b 100644 --- a/ui/src/artist/DesktopArtistDetails.js +++ b/ui/src/artist/DesktopArtistDetails.js @@ -35,12 +35,13 @@ const useStyles = makeStyles( flex: '1 0 auto', }, cover: { - width: 151, + width: '12rem', + height: '12rem', borderRadius: '6em', cursor: 'pointer', }, artistImage: { - maxHeight: '9.5rem', + maxHeight: '12rem', backgroundColor: 'inherit', display: 'flex', boxShadow: 'none',