diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss
index 42e57ae88f7..61421206523 100644
--- a/app/assets/stylesheets/common/base/header.scss
+++ b/app/assets/stylesheets/common/base/header.scss
@@ -255,7 +255,7 @@
     }
   }
   .header-title {
-    margin: 0 0 0.15em 0;
+    margin: 0 0 0.1em 0;
     .archetype-private_message & {
       // PMs might have participant avatars in the header
       margin: 0;
diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss
index 413d753fc62..59bb253de26 100644
--- a/app/assets/stylesheets/mobile/header.scss
+++ b/app/assets/stylesheets/mobile/header.scss
@@ -38,7 +38,7 @@
       }
       .header-title {
         font-size: $font-0;
-        margin: 0 0 0.35em 0;
+        margin: 0 0 0.25em 0;
         .archetype-private_message & {
           // PMs might have participant avatars in the header
           margin: 0 0 0.15em 0;