diff --git a/docs/src/components/HomepagePrimaryFeatures/index.js b/docs/src/components/HomepagePrimaryFeatures/index.js index e7414275a..40e715f10 100644 --- a/docs/src/components/HomepagePrimaryFeatures/index.js +++ b/docs/src/components/HomepagePrimaryFeatures/index.js @@ -6,25 +6,25 @@ export default function HomepagePrimaryFeatures() {

Installation

-

Install Jan across multiple platforms.

+

Install Jan across multiple platforms.

Get Started
- {"Card + {"Card

API Reference

-

Interact with our API locally.

+

Interact with our API locally.

Get Started
- {"Card + {"Card
diff --git a/docs/src/pages/docs.js b/docs/src/pages/docs.js index 934d9471f..53300d314 100644 --- a/docs/src/pages/docs.js +++ b/docs/src/pages/docs.js @@ -13,10 +13,10 @@ function HomepageHeader() { const { siteConfig } = useDocusaurusContext(); return ( -
+
- + Hello, how can we help?
@@ -28,12 +28,12 @@ function HomepageHeader() { insight={true} />
- -

+

Open-source ChatGPT alternative that runs 100% offline on your computer.

+ ); } diff --git a/docs/src/pages/docs.module.css b/docs/src/pages/docs.module.css index 009ff2930..fdf812850 100644 --- a/docs/src/pages/docs.module.css +++ b/docs/src/pages/docs.module.css @@ -6,7 +6,6 @@ margin-right: auto; border-radius: 25px; display: flex; - margin-bottom: 4rem; } .searchBar svg { @@ -44,3 +43,11 @@ padding: 0px 5px; margin: 0px 10px; } + +@media screen and (min-width: 1400px) { + .searchBar { + max-width: 70%; + margin-left: auto; + margin-right: auto; + } +}