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:
authorDavid O'Regan <doregan@gitlab.com>2021-02-09 01:58:07 +0300
committerEvan Read <eread@gitlab.com>2021-02-09 01:58:07 +0300
commit6f48c3965c70cd0ce64433264e6bcc7db7eef706 (patch)
treea47d223d455b5d1d2dbd8382dfafe2130aec20e7 /layouts/default.html
parentb32172abd69fccd0977655c485d3e127f7a0d723 (diff)
Feat: Update header component to use bootstrap
Diffstat (limited to 'layouts/default.html')
-rw-r--r--layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/default.html b/layouts/default.html
index c636e864..0050556a 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -9,7 +9,7 @@
<body itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target="#doc-nav" data-offset="90">
<%= render '/gtm.*' %>
<%= render '/header.*' %>
- <section class="container-fluid">
+ <section class="container-fluid pt-5">
<div class="row">
<div class="col-0 col-lg-2 pl-0">
<div class="nav-wrapper active">
@@ -34,7 +34,7 @@
</div>
<div class="row">
<div class="col">
- <div class="mt-5 mt-lg-0 mb-4 mb-lg-0">
+ <div class="my-3 my-lg-0">
<a class="position-absolute text-muted mt-2 pt-1 text-decoration-none mobile-nav-toggle" href="#"><i class="fa fa-bars fa-lg" aria-hidden="true"></i> | </a>
<%= render '/breadcrumbs.*' %>
</div>