display topics under profile

This commit is contained in:
Leon Liang
2019-10-25 01:56:07 -04:00
parent 4ec560de75
commit f13580c727
2 changed files with 54 additions and 8 deletions

View File

@@ -50,7 +50,13 @@ export default {
marginBottom: 20
},
paper: {
padding: 20
padding: 10,
display: 'flex',
justifyContent: 'center',
flexWrap: 'wrap'
},
chip: {
margin: 0.5,
},
profile: {
'& .image-wrapper': {