From 7e47fdf8daa676a510f44aa78b3bf126d0684802 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 8 Dec 2016 06:24:32 +0800 Subject: [PATCH] UX: Fix margins for group name on mobile. --- app/assets/stylesheets/mobile/group.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/mobile/group.scss b/app/assets/stylesheets/mobile/group.scss index c0e21f3fa06..120e980d0f1 100644 --- a/app/assets/stylesheets/mobile/group.scss +++ b/app/assets/stylesheets/mobile/group.scss @@ -2,6 +2,14 @@ margin-top: 15px; } +.group-header { + margin: 0px; +} + +.group-name { + margin: 5px 0px 0px 0px; +} + .group-nav, .group-outlet { width: 100%; }