summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-11-14 14:09:18 -0800
committertauriedavis <taurie@gitlab.com>2017-11-14 14:09:18 -0800
commite9539674c1df0887f83e742347600e1b9e9d4553 (patch)
treedf0b8751b49d5976beb2fdcbcf71345cb82e2b62 /app/assets/stylesheets
parentaad635a2837a2158aac138dade18041c9191487b (diff)
downloadgitlab-ce-e9539674c1df0887f83e742347600e1b9e9d4553.tar.gz
40161 Remove extra margin from wordmark in header40161-extra-margin-on-svg-logo-in-header
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index f0139b5f33a..2218b5705fc 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -129,7 +129,7 @@
margin: 5px 2px 5px -8px;
border-radius: $border-radius-default;
- svg {
+ .tanuki-logo {
@media (min-width: $screen-sm-min) {
margin-right: 8px;
}