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>2023-01-20 20:22:19 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2023-01-20 20:22:19 +0300
commit92f1ef0305cfb4adf4be3d05773f4150d5a3a1e0 (patch)
tree648c3c70b8462eb1ab93c2b85c630ab860de5a28 /layouts
parentda2f56d914e1a140d6bb8d21afb7e83d27388045 (diff)
Fix Omnibus CTA button height
Diffstat (limited to 'layouts')
-rw-r--r--layouts/cta_omnibus.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/cta_omnibus.html b/layouts/cta_omnibus.html
index ebfb6956..dae6639d 100644
--- a/layouts/cta_omnibus.html
+++ b/layouts/cta_omnibus.html
@@ -1,3 +1,3 @@
-<a class="btn btn-danger btn-cta text-white" href="https://about.gitlab.com/free-trial/#selfmanaged/" target="_blank" rel="noopener noreferrer" role="button">
+<a class="gl-button btn btn-cta text-white gl-shadow-none! gl-md-pr-3" href="https://about.gitlab.com/free-trial/?hosted=self-managed" target="_blank" rel="noopener noreferrer" role="button">
Get free trial
-</a> \ No newline at end of file
+</a>