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 14:15:46 UTC

[incubator-heron] branch master updated: Updated to make site look better on mobile (#3547)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc815d8  Updated to make site look better on mobile (#3547)
cc815d8 is described below

commit cc815d85305dc0b665a2ccb42113cf7a49b1eb0a
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Thu Jun 25 10:15:34 2020 -0400

    Updated to make site look better on mobile (#3547)
---
 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>
     );