summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/header.scss')
-rw-r--r--app/assets/stylesheets/generic/header.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/header.scss b/app/assets/stylesheets/generic/header.scss
index 71afccba001..3e738929a78 100644
--- a/app/assets/stylesheets/generic/header.scss
+++ b/app/assets/stylesheets/generic/header.scss
@@ -8,6 +8,11 @@ header {
&.navbar-empty {
background: #FFF;
border-bottom: 1px solid #EEE;
+
+ .center-logo {
+ margin: 8px 0;
+ text-align: center;
+ }
}
&.navbar-gitlab {