You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/06/15 03:26:57 UTC

[incubator-heron] 01/01: fixing layout .

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/fix-layout
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 9e25e061123e6d21b68429e84375f42b1b79fe67
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sun Jun 14 22:26:31 2020 -0500

    fixing layout .
---
 website2/website/pages/en/index.js     | 2 +-
 website2/website/static/css/custom.css | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/website2/website/pages/en/index.js b/website2/website/pages/en/index.js
index 74760ce..e2954cc 100755
--- a/website2/website/pages/en/index.js
+++ b/website2/website/pages/en/index.js
@@ -139,7 +139,7 @@ class Index extends React.Component {
     return (
       <div>
         <HomeSplash siteConfig={siteConfig} language={language} />
-        <div className="mainContainer">
+        <div className="feature-container">
           <Features />
         </div>
       </div>
diff --git a/website2/website/static/css/custom.css b/website2/website/static/css/custom.css
index 361c659..9a0e588 100755
--- a/website2/website/static/css/custom.css
+++ b/website2/website/static/css/custom.css
@@ -69,3 +69,12 @@ a {
   float: left;
 }
 
+.feature-container {
+    margin: 0 auto;
+    padding: 0;
+    height: 100%;
+    width: 100%;
+    top: 0;
+    left: 0;
+}
+