BigW Consortium Gitlab

Commit 67dcc8db by tauriedavis

update profile view

parent ffdc854d
...@@ -94,7 +94,7 @@ ...@@ -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 @@ ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment