update profile view

This commit is contained in:
tauriedavis 2016-10-03 16:22:41 -07:00
parent ffdc854d57
commit 67dcc8db83

View file

@ -94,7 +94,7 @@
.profile-user-bio { .profile-user-bio {
// Limits the width of the user bio for readability. // Limits the width of the user bio for readability.
max-width: 600px; max-width: 600px;
margin: 15px auto 0; margin: 10px auto 0;
padding: 0 16px; padding: 0 16px;
} }
@ -220,13 +220,9 @@
margin: 0 auto; margin: 0 auto;
.avatar-holder { .avatar-holder {
width: 90px; width: 90px;
display: inline-block; margin: 0 auto 10px;
} }
.user-info { .user-info {
display: inline-block;
text-align: left;
vertical-align: middle;
margin-left: 15px;
.handle { .handle {
color: $gl-gray-light; color: $gl-gray-light;
} }