diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-30 09:30:53 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-30 14:56:17 -0500 |
commit | 1e0d1c0546d6af2b65314a69783aa187971b95a9 (patch) | |
tree | bfe46008900eae48234e3ceb7e3dfa375c88eb77 /app/assets/stylesheets | |
parent | edcc3285ee785986ef3799576eb67259af555a40 (diff) | |
download | gitlab-ce-1e0d1c0546d6af2b65314a69783aa187971b95a9.tar.gz |
Fix logo positioning on mobileAshleyDumaine/gitlab-ce-22494-wide-custom-header-logos-arent-centered
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 7470457b1e7..c748f856501 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -130,8 +130,12 @@ header { } @media (max-width: $screen-xs-max) { - right: 25px; + right: 20px; left: auto; + + #logo { + left: auto; + } } } |