diff --git a/website/assets/styles/pages/articles/basic-article.less b/website/assets/styles/pages/articles/basic-article.less index 83f8096c63..90963f36c8 100644 --- a/website/assets/styles/pages/articles/basic-article.less +++ b/website/assets/styles/pages/articles/basic-article.less @@ -796,20 +796,33 @@ } } } - [purpose='bottom-cta'] { - padding-bottom: 40px; - h3 { - margin-bottom: 24px; + + [purpose='cta-container'] { + padding-top: 64px; + } + [purpose='article-cta'] { + border-top: 2px solid #E2E4EA; + padding: 64px 0px; + h2 { + .section-heading(); + margin-top: 0px; + margin-bottom: 8px; } - [purpose='next-steps-button'] { - padding: 16px 32px; - line-height: 21px; - font-size: 16px; - img { - height: 24px; - } - a { - color: unset; + p { + .body-l(); + } + [purpose='button-row'] { + display: flex; + flex-direction: row; + gap: 24px; + [purpose='cta-button'] { + .cta-button(); + padding: 8px 16px; + color: #FFF; + text-align: center; + font-size: 14px; + font-weight: 700; + line-height: 21px; } } } @@ -911,7 +924,6 @@ margin-bottom: 16px; } } - } @media (max-width: 575px) { [purpose='page-container'] { @@ -923,6 +935,18 @@ margin-bottom: 32px; } } + [purpose='article-cta'] { + [purpose='button-row'] { + display: flex; + flex-direction: column; + align-items: center; + gap: 16px; + [purpose='cta-button'] { + width: 100%; + } + + } + } [purpose='article-details'] { flex-direction: column; [purpose='divider'] { diff --git a/website/views/pages/articles/basic-article.ejs b/website/views/pages/articles/basic-article.ejs index c7d1a250db..64df4f8663 100644 --- a/website/views/pages/articles/basic-article.ejs +++ b/website/views/pages/articles/basic-article.ejs @@ -93,7 +93,7 @@ -
Fleet offers total deployment flexibility: on-premises, air-gapped, container-native (Docker and Kubernetes), or cloud-agnostic (AWS, Azure, GCP, DigitalOcean). Organizations can also choose fully managed SaaS via Fleet Cloud, ensuring complete control over data residency and legal jurisdiction.
Open MDM, patching, and vuln management for every OS.
+