diff --git a/src/components/Sections/HeaderLearnMore.tsx b/src/components/Sections/HeaderLearnMore.tsx index 782129044fb..80a0b1b0df2 100644 --- a/src/components/Sections/HeaderLearnMore.tsx +++ b/src/components/Sections/HeaderLearnMore.tsx @@ -19,7 +19,7 @@ export function HeaderLearnMore() { items-center justify-center mobile:flex-wrap sm:flex-wrap - mobile:w-[342px] sm:w-[696px] + mobile:w-[342px] sm:w-full mx-auto w-[100%] " diff --git a/src/components/Sections/HomepageHeader.tsx b/src/components/Sections/HomepageHeader.tsx index 9de588dfeca..6c57f9bdd59 100644 --- a/src/components/Sections/HomepageHeader.tsx +++ b/src/components/Sections/HomepageHeader.tsx @@ -15,177 +15,177 @@ import ScarfIcon from "@site/static/img/Homepage/brand/Scarf.svg"; import IBMIcon from "@site/static/img/Homepage/brand/IBM.svg"; export function HomepageHeader() { - return ( -
- - -
-
-
- Debug engineering processes and discover opportunities with DORA, Community Growth, Engineering Throughput and more DevLake dashboards... -
-
+ + +
- Apache DevLake™ (Incubating) ingests, analyzes, and visualizes the - fragmented data from DevOps tools to distill insights for - engineering excellence. -
+
+
+ Debug engineering processes and discover opportunities with DORA, Community Growth, Engineering Throughput and more DevLake dashboards... +
+
+ Apache DevLake™ (Incubating) ingests, analyzes, and visualizes the + fragmented data from DevOps tools to distill insights for + engineering excellence. +
+
+ + See it Live + + + Install DevLake + + + Join Slack + +
+
+
+
+ - - See it Live - - - Install DevLake - - - Join Slack - + Trusted by + +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
- -
-
- - Trusted by - -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- - ); + ); } diff --git a/src/css/custom.css b/src/css/custom.css index ab5dae3c9b1..ecd6a73a39d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -48,6 +48,11 @@ html[data-theme="dark"] .docusaurus-highlight-code-line { display: none; } } + @media (min-width: 550px) and (max-width: 1024px) { + .custom-padding { + padding-inline: 35px; + } + } @layer components { .primary-button {