Commit 5c8f6ba3 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'issue_13851' into 'master'

Brings back missing "Gitlab" text on the logo

Closes #13851 

See merge request !2989
parent 710b3356
......@@ -13,6 +13,19 @@
transition-duration: .3s;
}
.home {
z-index: 1;
position: absolute;
left: 0px;
}
#logo {
z-index: 2;
position: absolute;
width: 58px;
cursor: pointer;
}
&.right-sidebar-expanded {
padding-right: $gutter_width;
}
......@@ -74,7 +87,7 @@
width: 158px;
float: left;
margin: 0;
margin-left: 14px;
margin-left: 50px;
font-size: 19px;
line-height: 41px;
font-weight: normal;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment