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>2020-05-19 03:36:00 +0300
committerEvan Read <eread@gitlab.com>2020-05-19 03:36:00 +0300
commite24d9c4300004a299764e23e4701d91fd084477a (patch)
treede851c31393bb6034b95d21f1f0fb17a2a8cb2a5 /layouts/feedback.html
parent121a182787aedeaab28a33c314d9d91106b64763 (diff)
feat(home): Redesign landing page
We are using a new home page design ensuring users are easil able to navigate the site.
Diffstat (limited to 'layouts/feedback.html')
-rw-r--r--layouts/feedback.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/feedback.html b/layouts/feedback.html
index b2990855..f0e4634a 100644
--- a/layouts/feedback.html
+++ b/layouts/feedback.html
@@ -1,5 +1,5 @@
<% if @item[:feedback].nil? %>
- <div class="help-and-feedback-section">
+ <div class="help-and-feedback-section mb-5">
<a data-toggle="collapse" href="#help-feedback-content" class="help-and-feedback-toggle" aria-expanded="false" aria-controls="help-feedback-content">
<h4 class="help-and-feedback-title" id="help-and-feedback">
<%= icon('question', nil, 'help-icon') %>
@@ -51,7 +51,7 @@
For problems setting up or using this feature (depending on your GitLab subscription).<br>
</p>
- <a href="https://about.gitlab.com/support/" target="_blank" class="btn support-btn mt-2" role="button">Request support</a>
+ <a href="https://about.gitlab.com/support/" target="_blank" class="btn support-btn mt-2 text-decoration-none" role="button">Request support</a>
</div>
</div>
</div>