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 ( -