This is an automated email from the ASF dual-hosted git repository. yumeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit a5a4bef25caa72e299e592656ba026ed98c7666e Author: ZiyuTao <[email protected]> AuthorDate: Sun Sep 11 17:48:18 2022 +0800 fix: minor change --- src/components/Sections/HomepageHeader.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Sections/HomepageHeader.tsx b/src/components/Sections/HomepageHeader.tsx index 3bd9628e6..db34104be 100644 --- a/src/components/Sections/HomepageHeader.tsx +++ b/src/components/Sections/HomepageHeader.tsx @@ -9,12 +9,12 @@ export function HomepageHeader() { <header className="relative pt-[64px] pb-[90px] px-[80px] - flex + flex bg-[white] justify-between items-center" > - <HeaderBgSvg className='absolute z-[-1] top-[0px] left-[0px]' /> + <HeaderBgSvg className='absolute top-[0px] left-[0px]' /> <div - className=" + className=" z-10 flex flex-col flex-nowrap justify-start w-[590px] " @@ -44,7 +44,9 @@ export function HomepageHeader() { Getting Started </Link> </div> - <HeaderSvg className="w-auto h-auto" + <HeaderSvg className=" + w-auto h-auto z-10 + " /> </header> );
