diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 7a3a2ddd363d8d75963fc8273f61f8488903ecb5..abc5a0e9877377b0f7b15ff768734c2829605063 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -222,16 +222,4 @@
       }
     }
   }
-
-  .cover-controls {
-    @media (max-width: $screen-xs-max) {
-      position: static;
-      margin-bottom: 20px;
-
-      .btn {
-        display: inline-block;
-        width: 48%;
-      }
-    }
-  }
 }