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:56 UTC

[incubator-heron] branch joshfischer/fix-layout created (now 9e25e06)

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

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


      at 9e25e06  fixing layout .

This branch includes the following new commits:

     new 9e25e06  fixing layout .

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by jo...@apache.org.
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;
+}
+