fix(templates): Fix layout of user info on desktop view

This commit is contained in:
Vincent Ambo 2018-05-22 10:17:34 +02:00 committed by Vincent Ambo
parent ff697ff792
commit d90dc2d77f
2 changed files with 10 additions and 5 deletions

View file

@ -95,10 +95,16 @@ html, body {
max-width: 860px;
}
.converse .mdl-card .avatar-card {
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
text-align: center;
margin-top: 30px;
}
.desktop-avatar {
width: 80px;
margin-right: auto;
margin-left: auto;
}
.mobile-avatar {
width: 30px;
border-radius: 8px;