Commit 8d2996fe authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix empty header

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 22d5d891
......@@ -8,6 +8,11 @@ header {
&.navbar-empty {
background: #FFF;
border-bottom: 1px solid #EEE;
.center-logo {
margin: 8px 0;
text-align: center;
}
}
&.navbar-gitlab {
......
%header.navbar.navbar-fixed-top.navbar-empty
.container
%h4.center
.center-logo
= image_tag 'logo-white.png', width: 32, height: 32
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