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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2021-05-10 23:39:53 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2021-05-10 23:39:53 +0300
commit4fdab677a5e2cf19639e736203403df0bf1dc634 (patch)
tree946f656f3fbf61c701435f042a7d142078739aa5 /content/index.erb
parent1796d2a5dd90933ff5de3561bffe27d3cc799891 (diff)
parent1671f891eac6c14c043696d5ac36725042c036d2 (diff)
Merge branch '300424-typescale' into 'master'
Mostly adequate docsite typescale update See merge request gitlab-org/gitlab-docs!1764
Diffstat (limited to 'content/index.erb')
-rw-r--r--content/index.erb18
1 files changed, 9 insertions, 9 deletions
diff --git a/content/index.erb b/content/index.erb
index 5c53055d..12c53ef5 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -160,14 +160,14 @@ title: GitLab Documentation
</section>
<!-- Self Managed-->
- <section class="self-managed text-center pb-4 pt-1 mb-3">
+ <section class="self-managed text-center py-5 mb-3">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Install self-managed GitLab</h2>
</div>
<div class="col-12 options">
- <p>You’ve got options. <a href="/ee/install/">See them all <img src="/assets/images/collapse.svg" alt="" role="img" /></a></p>
+ <p>You’ve got options. <a href="/ee/install/">See them all <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a></p>
</div>
</div>
@@ -178,7 +178,7 @@ title: GitLab Documentation
<img class="card-img-top" src="/assets/images/docs-omnibus.svg" alt="" role="img" />
<h5 class="card-title mb-0 pb-1">Install on Linux</h5>
<p class="card-text">The Omnibus package includes services and tools to install GitLab without laborious configuration.</p>
- <a href="https://about.gitlab.com/install/" class="card-link">Use the Omnibus package <img src="/assets/images/collapse.svg" alt="" role="img" /></a>
+ <a href="https://about.gitlab.com/install/" class="card-link">Use the Omnibus package <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
</div>
</div>
</div>
@@ -188,7 +188,7 @@ title: GitLab Documentation
<img class="card-img-top" src="/assets/images/docs-charts.svg" alt="" role="img" />
<h5 class="card-title mb-0 pb-1">Install on Kubernetes</h5>
<p class="card-text">If you're using cluster management, we recommend the Helm Chart for installing cloud-native GitLab.</p>
- <a href="/charts/" class="card-link">Use the Helm Chart <img src="/assets/images/collapse.svg" alt="" role="img" /></a>
+ <a href="/charts/" class="card-link">Use the Helm Chart <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
</div>
</div>
</div>
@@ -223,7 +223,7 @@ title: GitLab Documentation
</section>
<!-- Reference -->
- <section class="reference text-center pb-3">
+ <section class="reference text-center py-5">
<div class="container">
<div class="row">
<div class="col-12">
@@ -243,9 +243,9 @@ title: GitLab Documentation
<div class="circle rounded-circle">
<a class="text-white text-decoration-none" href="<%= ref[:url] %>">
<span class="d-block title pt-5"><%= ref[:title] %></span>
- <span class="d-block sub-title">users</span>
+ <span class="d-block sub-title mt-n3">users</span>
<span class="d-block">
- <img src="/assets/images/arrow-right.svg" alt="" class="pt-4" role="img" />
+ <img src="/assets/images/arrow-right.svg" alt="" role="img" />
</span>
</a>
</div>
@@ -258,9 +258,9 @@ title: GitLab Documentation
<div class="circle rounded-circle">
<a class="text-white text-decoration-none" href="<%= ref[:url] %>">
<span class="d-block title pt-5"><%= ref[:title] %></span>
- <span class="d-block sub-title">users</span>
+ <span class="d-block sub-title mt-n3">users</span>
<span class="d-block">
- <img src="/assets/images/arrow-right.svg" alt="" class="pt-4" role="img" />
+ <img src="/assets/images/arrow-right.svg" alt="" role="img" />
</span>
</a>
</div>