You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/09/13 03:24:14 UTC

[incubator-devlake-website] 02/14: fix: minor adjust

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 33a7e548fa592d7631922f0580705828fdfb7838
Author: ZiyuTao <zi...@merico.dev>
AuthorDate: Sun Sep 11 17:47:24 2022 +0800

    fix: minor adjust
---
 src/pages/index.js | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/pages/index.js b/src/pages/index.js
index 53b33183c..0f186bd12 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -11,11 +11,13 @@ export default function Home() {
     <Layout
       title={`${siteConfig.title}`}
       description="Apache DevLake is an open-source dev data platform that ingests, analyzes, and visualizes the fragmented data from DevOps tools to distill insights for engineering productivity.">
-      <div className='max-w-[1280px] mx-auto'>
-        <HomepageHeader />
-        <main>
-          <WhyDevlake />
-        </main>
+      <div className='bg-[#f8f8f8]'>
+        <div className='max-w-[1280px] mx-auto'>
+          <HomepageHeader />
+          <main>
+            <WhyDevlake />
+          </main>
+        </div>
       </div>
     </Layout>
   );