diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index efb9077221402a763f9275823163ff6d8a3c592c..c7eac5cf4b9a10384b622bde006c1959472916c5 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -94,7 +94,7 @@
 .profile-user-bio {
   // Limits the width of the user bio for readability.
   max-width: 600px;
-  margin: 10px auto 0;
+  margin: 10px auto;
   padding: 0 16px;
 }
 
@@ -225,13 +225,6 @@
       width: 90px;
       margin: 0 auto 10px;
     }
-
-    .user-info {
-
-      .member-date {
-        margin-bottom: 4px;
-      }
-    }
   }
 
   @media (max-width: $screen-xs-max) {
@@ -258,10 +251,6 @@
   }
 }
 
-.user-profile-nav {
-  margin-top: 10px;
-}
-
 table.u2f-registrations {
   th:not(:last-child), td:not(:last-child) {
     border-right: solid 1px transparent;