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:
authorJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-11 18:38:19 +0300
committerJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-11 18:38:19 +0300
commit14d62518dfbb5c717390075ca1763e116a15c356 (patch)
treef24bccca5a2623cff3499ffb88eed0fa3a37391e /layouts/header.html
parent8f4c8d2a6488d2caaeebc25f69fdd96823d68716 (diff)
Make responsive
Diffstat (limited to 'layouts/header.html')
-rw-r--r--layouts/header.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/header.html b/layouts/header.html
index ee460b15..fd924a7f 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -1,16 +1,16 @@
-<div class="header">
- <a class="logo-container flex-container justify-center align-center" href="/">
+<div class="header" id="landing-header-bar">
+ <a class="header-link logo-container flex-container justify-center align-center" href="/">
<img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" class="logo" />
<p>GitLab <strong>Docs</strong></p>
</a>
<nav class="nav-container">
- <a class="nav-item flex-container justify-center align-center" href="">
+ <a class="header-link nav-item flex-container justify-center align-center" href="">
<p>GitLab</p>
</a>
- <a class="nav-item flex-container justify-center align-center" href="">
+ <a class="header-link nav-item flex-container justify-center align-center" href="">
<p>Omnibus</p>
</a>
- <a class="nav-item flex-container justify-center align-center" href="">
+ <a class="header-link nav-item flex-container justify-center align-center" href="">
<p>Runner</p>
</a>
</nav>