diff --git a/src/components/Project/Detail/ProjectHeader.vue b/src/components/Project/Detail/ProjectHeader.vue
index bd7f0749d6943f08b290b940c345324b915f5f41..35d1871095f4b433b15415a0a40d81292cd37f68 100644
--- a/src/components/Project/Detail/ProjectHeader.vue
+++ b/src/components/Project/Detail/ProjectHeader.vue
@@ -273,24 +273,20 @@ export default {
 
 .project-header {
 
-  .row {
-    margin-top: 3em;
+  .row .right-column {
+    display: flex;
+    flex-direction: column;
 
-    .right-column {
-      display: flex;
-      flex-direction: column;
-
-      .ui.buttons {
-        justify-content: flex-end;
-        a.ui.button {
-          flex-grow: 0; /* avoid stretching buttons */
-        }
+    .ui.buttons {
+      justify-content: flex-end;
+      a.ui.button {
+        flex-grow: 0; /* avoid stretching buttons */
       }
     }
-    .centered {
-      margin: auto;
-      text-align: center;
-    }
+  }
+  .centered {
+    margin: auto;
+    text-align: center;
   }
 }