Skip to content
Snippets Groups Projects
Commit 853924c7 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

add justify-content

parent b0776889
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ export default class UserAvatar extends Component {
const classes = {
'flex': true,
'align-center': true,
'justify-center': true
}
classes[background] = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment