diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 020ef5339d2ff8dcc6fc31ee70a3d2771b52e70e..efb9077221402a763f9275823163ff6d8a3c592c 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -213,25 +213,29 @@
 }
 
 .user-profile {
+
   .cover-controls a {
     margin-left: 5px;
   }
+
   .profile-header {
     margin: 0 auto;
+
     .avatar-holder {
       width: 90px;
       margin: 0 auto 10px;
     }
+
     .user-info {
-      .handle {
-        color: $gl-gray-light;
-      }
+
       .member-date {
         margin-bottom: 4px;
       }
     }
   }
+
   @media (max-width: $screen-xs-max) {
+
     .cover-block {
       padding-top: 20px;
     }
@@ -255,7 +259,7 @@
 }
 
 .user-profile-nav {
-  margin-top: 15px;
+  margin-top: 10px;
 }
 
 table.u2f-registrations {
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 60fc0c0daf6909812bf047afcaf75aa8a933f1e2..520f2ab7e04b396ef8a3d76c84dc97208a9f28de 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -40,10 +40,10 @@
       .user-info
         .cover-title
           = @user.name
-          %span.handle
-            @#{@user.username}
 
         .cover-desc.member-date
+          %span.middle-dot-divider
+            @#{@user.username}
           %span.middle-dot-divider
             Member since #{@user.created_at.to_s(:medium)}