From 4afbcb9872d7e1814f343dff0afb86bce9d9200c Mon Sep 17 00:00:00 2001 From: Kris <kris.aubuchon@discourse.org> Date: Thu, 30 Apr 2020 23:19:32 -0400 Subject: [PATCH] Minor header title spacing reduction --- app/assets/stylesheets/common/base/header.scss | 2 +- app/assets/stylesheets/mobile/header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;