diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 7bed9ee0be6c3ca435c0aa9f7e33fc69420716ca..08221ac81c542410c10ae837d89bd7294f2cbd41 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -24,27 +24,27 @@
          margin-bottom: -1.2em;
 
          .following {
-            font-size: 14px;
-            flex: 0 0 100%;
-            margin-bottom: 0.5em;
+             font-size: 14px;
+             flex: 0 0 100%;
+             margin-bottom: 0.5em;
          }
-     }
 
-     .mute {
-     	margin-right: 4em;
-     }
+         .mute {
+             margin-right: 4em;
+         }
+
+         .follow {
+             margin-left: 4em;
+         }
 
-     .follow {
-        margin-left: 4em;
+         button {
+             width: 80%;
+             height: 100%;
+             border: 1px solid;
+         }
      }
      .user-screen-name {
      	margin-top: 0.4em;
      }
-
-     button {
-         width: 80%;
-         height: 100%;
-         border: 1px solid;
-     }
  }
 </style>