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:
authorSarah German <sgerman@gitlab.com>2022-07-19 22:33:38 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-07-19 22:33:38 +0300
commitde207e3d2b668ab6da0fdb479c7b4e0876a15b6d (patch)
tree1e15d2de9fedc4afffd2ac469ca2b54048027f79
parent3c415f9aff64c1204121c36c1a26d4a1ec666687 (diff)
Adjust top margin on Search page header
-rw-r--r--content/frontend/search/components/search_page.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/frontend/search/components/search_page.vue b/content/frontend/search/components/search_page.vue
index 621d2b9d..ad194185 100644
--- a/content/frontend/search/components/search_page.vue
+++ b/content/frontend/search/components/search_page.vue
@@ -35,7 +35,7 @@ export default {
:stalled-search-delay="500"
class="gl-pb-8"
>
- <h1 class="gl-mt-5!">Search</h1>
+ <h1>Search</h1>
<ais-search-box
placeholder="Search GitLab Documentation"
show-loading-indicator