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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-03-02 08:32:05 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-03-02 08:42:02 +0300
commita551c73f4729383ba2a8ece62b75c521b710dbef (patch)
tree25f7b1cadc4f9caf17a2db7560030745611ac2de
parentb438f115430c6bfcd04bd1d3387659467d97e673 (diff)
Tweak margin/padding on the top page
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-rw-r--r--content/index.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/index.erb b/content/index.erb
index e56c1359..4bbba4f3 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -1,7 +1,7 @@
---
title: GitLab Documentation
---
-<section class="container-fluid px-0 d-flex">
+<section class="container-fluid d-flex">
<nav class="sidebar-left d-none d-md-block border-right px-0 pt-5">
<div class="list-group list-group-flush pt-5">
<a href="/" class="list-group-item list-group-item-action active border-bottom-0 border-top-0 d-flex align-items-center text-decoration-none">
@@ -22,7 +22,7 @@ title: GitLab Documentation
</div>
</nav>
<main class="content pt-5">
- <div class="row px-5 ml-0 ml-md-5 pt-4">
+ <div class="row px-md-5 ml-lg-5 pt-4">
<div class="col-12">
<%= render '/banner.*' %>
<h1 class="landing-header-title border-bottom-0 font-weight-bold">Welcome to GitLab Docs</h1>
@@ -32,7 +32,7 @@ title: GitLab Documentation
<h2 class="landing-header-subtitle border-bottom-0 font-weight-bold">Select a product area</h2>
</div>
</div>
- <div class="row px-5 ml-0 ml-md-5" itemscope itemtype="http://www.schema.org/SiteNavigationElement">
+ <div class="row px-md-5 ml-lg-5" itemscope itemtype="http://www.schema.org/SiteNavigationElement">
<% if production? %>
<% @config[:products].each do |name, product| %>
<% if product[:expose] == true %>
@@ -91,7 +91,7 @@ title: GitLab Documentation
<% end %>
<% end %>
</div>
- <div class="row px-5 ml-0 ml-md-5 mb-3">
+ <div class="row px-md-5 ml-lg-5 mb-3">
<div class="col-12 pb-3">
<h2 class="landing-header-subtitle border-bottom-0 font-weight-bold">Popular topics</h2>
</div>
@@ -116,7 +116,7 @@ title: GitLab Documentation
<% end %>
<% end %>
</div>
- <div class="row px-5 ml-0 ml-md-5">
+ <div class="row px-md-5 ml-lg-5">
<div class="col">
<%= render '/feedback.*' %>
</div>