You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/06/25 05:59:12 UTC

[incubator-heron] branch nicknezis/mobile-website-fix created (now 103abcf)

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

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


      at 103abcf  Updated to make site look better on mobile

This branch includes the following new commits:

     new 103abcf  Updated to make site look better on mobile

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: Updated to make site look better on mobile

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 103abcff0c4d234da5c0d4144642791708eaf37f
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Thu Jun 25 01:58:31 2020 -0400

    Updated to make site look better on mobile
---
 website2/website/pages/en/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/pages/en/index.js b/website2/website/pages/en/index.js
index 74760ce..780c174 100755
--- a/website2/website/pages/en/index.js
+++ b/website2/website/pages/en/index.js
@@ -33,7 +33,7 @@ class HomeSplash extends React.Component {
     );
 
     const Logo = props => (
-      <div className="" style={{width: '750px', alignItems: 'center', margin: 'auto'}}>
+      <div className="" style={{width: '100%', alignItems: 'center', margin: 'auto'}}>
         <img src={props.img_src} />
       </div>
     );