Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/header.html')
-rw-r--r--layouts/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/header.html b/layouts/header.html
index 3a8be124..d3dd9539 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -13,7 +13,7 @@
<% location = @item.identifier.to_s.split('/')[1] %>
<% unless %w(search index.erb).any?(location) %>
<% if @config[:algolia] == "true" %>
- <div id="docsearch" class="gl-my-3 my-lg-0"></div>
+ <div id="docsearch" class="gl-my-3 gl-md-mt-0 gl-md-mb-0"></div>
<% else %>
<div class="js-lunr-form"></div>
<% end %>