summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-30 09:30:53 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-30 14:56:17 -0500
commit1e0d1c0546d6af2b65314a69783aa187971b95a9 (patch)
treebfe46008900eae48234e3ceb7e3dfa375c88eb77
parentedcc3285ee785986ef3799576eb67259af555a40 (diff)
downloadgitlab-ce-AshleyDumaine/gitlab-ce-22494-wide-custom-header-logos-arent-centered.tar.gz
-rw-r--r--app/assets/stylesheets/framework/header.scss6
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;
+ }
}
}